Shades of Green Vogue #21424A
Tints of Green Vogue #21424A
RGB
CMYK
RGB Variations
Color information
#21424A (or 0x21424A) is known color: Green Vogue. HEX triplet: 21, 42 and 4A. RGB value is (33,66,74). Sum of RGB (Red+Green+Blue) = 33+66+74=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #21424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21424A is #DEBDB5. Grayscale: #383838. Windows color (decimal): -14597558 or 4866593. OLE color: 4866593.
HSL color Cylindrical-coordinate representation of color #21424A: hue angle of 191.71º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21424A is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 66 | 74 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.71 |
| HSL | 191.71º | 0.38% | 0.21% | - |
| HSV(B) | 191.71º | 0.55% | 0.29% | - |
| XYZ | 3.81 | 4.71 | 7.19 | - |
| YUV | 57.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 74 | 0.55 | 0.11 | 0 | 0.71 | 191.71 | 0.38 | 0.21 |
| Hex | 21 | 42 | 4A | 37 | B | 0 | 47 | C0 | 26 | 15 |
| Octal | 41 | 102 | 112 | 67 | 13 | 0 | 107 | 300 | 46 | 25 |
| Binary | 100001 | 1000010 | 1001010 | 110111 | 1011 | 0 | 1000111 | 11000000 | 100110 | 10101 |
Color Harmonies of #21424A
Complementary color
Monochromatic Colors of #21424A
Black with #21424A
Text Example
Text Example
White with #21424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21424A; }
p { color: rgb(33,66,74); }
H1.HeaderClassName
{
color: #21424A;
}
.AnyTagClassName
{
color: #21424A;
}
</style>
background-color css
<style>
a { background-color: #21424A; }
a { background-color: rgb(33,66,74); }
div.DivClassName
{
background-color: #21424A;
}
.BgClassName
{
background-color: #21424A;
}
</style>
border-color css
<style>
span { border-color: #21424A; }
span { border-color: rgb(33,66,74); }
td.TdClassName
{
border-color: #21424A;
}
.TagClassName
{
border-color: #21424A;
}
</style>