update colors

This commit is contained in:
L3D 2021-05-20 01:04:33 +02:00
parent 746ac00fcc
commit edd41d4968
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
4 changed files with 74 additions and 8 deletions

View File

@ -6,8 +6,8 @@ Bei sämtlichen erscheinungen der WTF Kooperative eG ist auf eine ordentliche, C
LOGO
------
<img width="512" src="https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda/raw/branch/main/logos/wtf-kooperative.svg" alt="WTF Kooperative eG Logo" />
<img width="192" src="https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda/raw/branch/main/logos/wtf-unicorn.svg" alt="WTF Kooperative eG Unicorn" />
<img width="512" src="logos/wtf-kooperative.svg" alt="WTF Kooperative eG Logo" />
<img width="192" src="logos/wtf-unicorn.svg" alt="WTF Kooperative eG Unicorn" />
Das LOGO der WTF Kooperative eG besteht aus zwei gekreuzten, einfarbigen Einhörnern. Neben den Einhörnern sollte, sofern der Platz vorhanden ist, der volle Name der Genossenschaft in der unten definierten Schriftart "WTF Kooperative" stehen. Der Firmenname ist Zweizeilig angelegt, wobei 'WTF' die selbe breite hat wie 'KOOPERATIVE' und orange eingefärbt ist.
@ -21,12 +21,12 @@ Die verwendenden Schriftart der WTF kooperative eG ist Lato Font [als TrueType u
Farben
--------
| Farbe | RGB | CMYK | Kommentar |
|:------|----:|-----:|:----------|
| wtf-orange | ``#EF7C21`` <img src="https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda/raw/branch/main/colors/ef7c21.svg"/> | <span style="color: cmyk(0%, 48%, 86%, 6%)">0, 48, 86, 6</span> | primärer Farbton der WTF Kooperative eG |
| wtf-light-orange | <span style="color: #ffcba9">#FFCBA9</span> | <span style="color: cmyk(0%, 20%, 34%, 0%)">0, 20, 34, 0</span> | - |
| wtf-very-light-blue | <span style="color: #cfe2ff">#CFE2FF</span> | <span style="color: cmyk(0%, 0%, 19%, 11%)">0, 0, 19, 11</span> | - |
| wtf-light-blue | <span style="color: #0790a9">#0790A9</span> | <span style="color: cmyk(96%, 15%, 0%, 34%)">96, 15, 0, 34</span> | - |
| Farbe | Example | RGB | CMYK | Kommentar |
|:------|---------|----:|-----:|:----------|
| wtf-orange | <img width="18px" src="colors/ef7c21.svg"/> | ``#EF7C21`` | ``0, 48, 86, 6`` | primärer Farbton der WTF Kooperative eG |
| wtf-light-orange | <img width="18px" src="colors/ffcba9.svg"/> |``#FFCBA9`` | ``0, 20, 34, 0`` | - |
| wtf-very-light-blue | <img width="18px" src="colors/cfe2ff.svg"/> | ``#CFE2FF`` | ``0, 0, 19, 11`` | - |
| wtf-light-blue | <img width="18px" src="colors/0790a9.svg"/> |``#0790A9`` | ``96, 15, 0, 34`` | - |
| Orange | `F60` | `0, 60, 100, 0` |
| Hellblau | `2A7FFF` | `84, 50, 0, 0` |
| Dunkelblau | `003380` | `100, 60, 0, 50` | *Nur für den Rand. Zwingend erforderlich bei hellblauen auf orangen Elementen* |

22
colors/0790a9.svg Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="128px"
height="128px"
viewBox="0 0 128 128"
version="1.1"
id="L3D">
<g id="0790a9">
<rect
style="fill:#0790a9"
id="0790a9-l3d"
width="128"
height="128"
x="0"
y="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 542 B

22
colors/cfe2ff.svg Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="128px"
height="128px"
viewBox="0 0 128 128"
version="1.1"
id="L3D">
<g id="cfe2ff">
<rect
style="fill:#cfe2ff"
id="cfe2ff-l3d"
width="128"
height="128"
x="0"
y="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 542 B

22
colors/ffcba9.svg Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="128px"
height="128px"
viewBox="0 0 128 128"
version="1.1"
id="L3D">
<g id="ffcba9">
<rect
style="fill:#ffcba9"
id="ffcba9-l3d"
width="128"
height="128"
x="0"
y="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 542 B