Shades of Green Vogue #21424B
Tints of Green Vogue #21424B
RGB
CMYK
RGB Variations
Color information
#21424B (or 0x21424B) is known color: Green Vogue. HEX triplet: 21, 42 and 4B. RGB value is (33,66,75). Sum of RGB (Red+Green+Blue) = 33+66+75=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #21424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21424B is #DEBDB4. Grayscale: #393939. Windows color (decimal): -14597557 or 4932129. OLE color: 4932129.
HSL color Cylindrical-coordinate representation of color #21424B: hue angle of 192.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21424B is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 66 | 75 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.71 |
| HSL | 192.86º | 0.39% | 0.21% | - |
| HSV(B) | 192.86º | 0.56% | 0.29% | - |
| XYZ | 3.85 | 4.73 | 7.37 | - |
| YUV | 57.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 75 | 0.56 | 0.12 | 0 | 0.71 | 192.86 | 0.39 | 0.21 |
| Hex | 21 | 42 | 4B | 38 | C | 0 | 47 | C1 | 27 | 15 |
| Octal | 41 | 102 | 113 | 70 | 14 | 0 | 107 | 301 | 47 | 25 |
| Binary | 100001 | 1000010 | 1001011 | 111000 | 1100 | 0 | 1000111 | 11000001 | 100111 | 10101 |
Color Harmonies of #21424B
Complementary color
Monochromatic Colors of #21424B
Black with #21424B
Text Example
Text Example
White with #21424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21424B; }
p { color: rgb(33,66,75); }
H1.HeaderClassName
{
color: #21424B;
}
.AnyTagClassName
{
color: #21424B;
}
</style>
background-color css
<style>
a { background-color: #21424B; }
a { background-color: rgb(33,66,75); }
div.DivClassName
{
background-color: #21424B;
}
.BgClassName
{
background-color: #21424B;
}
</style>
border-color css
<style>
span { border-color: #21424B; }
span { border-color: rgb(33,66,75); }
td.TdClassName
{
border-color: #21424B;
}
.TagClassName
{
border-color: #21424B;
}
</style>