Shades of Green Vogue #21424F
Tints of Green Vogue #21424F
RGB
CMYK
RGB Variations
Color information
#21424F (or 0x21424F) is known color: Green Vogue. HEX triplet: 21, 42 and 4F. RGB value is (33,66,79). Sum of RGB (Red+Green+Blue) = 33+66+79=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #21424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21424F is #DEBDB0. Grayscale: #393939. Windows color (decimal): -14597553 or 5194273. OLE color: 5194273.
HSL color Cylindrical-coordinate representation of color #21424F: hue angle of 196.96º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21424F is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 66 | 79 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.69 |
| HSL | 196.96º | 0.41% | 0.22% | - |
| HSV(B) | 196.96º | 0.58% | 0.31% | - |
| XYZ | 3.99 | 4.78 | 8.11 | - |
| YUV | 57.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 79 | 0.58 | 0.16 | 0 | 0.69 | 196.96 | 0.41 | 0.22 |
| Hex | 21 | 42 | 4F | 3A | 10 | 0 | 45 | C5 | 29 | 16 |
| Octal | 41 | 102 | 117 | 72 | 20 | 0 | 105 | 305 | 51 | 26 |
| Binary | 100001 | 1000010 | 1001111 | 111010 | 10000 | 0 | 1000101 | 11000101 | 101001 | 10110 |
Color Harmonies of #21424F
Complementary color
Monochromatic Colors of #21424F
Black with #21424F
Text Example
Text Example
White with #21424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21424F; }
p { color: rgb(33,66,79); }
H1.HeaderClassName
{
color: #21424F;
}
.AnyTagClassName
{
color: #21424F;
}
</style>
background-color css
<style>
a { background-color: #21424F; }
a { background-color: rgb(33,66,79); }
div.DivClassName
{
background-color: #21424F;
}
.BgClassName
{
background-color: #21424F;
}
</style>
border-color css
<style>
span { border-color: #21424F; }
span { border-color: rgb(33,66,79); }
td.TdClassName
{
border-color: #21424F;
}
.TagClassName
{
border-color: #21424F;
}
</style>