Shades of Green Vogue #21424E
Tints of Green Vogue #21424E
RGB
CMYK
RGB Variations
Color information
#21424E (or 0x21424E) is known color: Green Vogue. HEX triplet: 21, 42 and 4E. RGB value is (33,66,78). Sum of RGB (Red+Green+Blue) = 33+66+78=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #21424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21424E is #DEBDB1. Grayscale: #393939. Windows color (decimal): -14597554 or 5128737. OLE color: 5128737.
HSL color Cylindrical-coordinate representation of color #21424E: hue angle of 196º 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 #21424E is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 66 | 78 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.69 |
| HSL | 196º | 0.41% | 0.22% | - |
| HSV(B) | 196º | 0.58% | 0.31% | - |
| XYZ | 3.95 | 4.77 | 7.92 | - |
| YUV | 57.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 78 | 0.58 | 0.15 | 0 | 0.69 | 196 | 0.41 | 0.22 |
| Hex | 21 | 42 | 4E | 3A | F | 0 | 45 | C4 | 29 | 16 |
| Octal | 41 | 102 | 116 | 72 | 17 | 0 | 105 | 304 | 51 | 26 |
| Binary | 100001 | 1000010 | 1001110 | 111010 | 1111 | 0 | 1000101 | 11000100 | 101001 | 10110 |
Color Harmonies of #21424E
Complementary color
Monochromatic Colors of #21424E
Black with #21424E
Text Example
Text Example
White with #21424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21424E; }
p { color: rgb(33,66,78); }
H1.HeaderClassName
{
color: #21424E;
}
.AnyTagClassName
{
color: #21424E;
}
</style>
background-color css
<style>
a { background-color: #21424E; }
a { background-color: rgb(33,66,78); }
div.DivClassName
{
background-color: #21424E;
}
.BgClassName
{
background-color: #21424E;
}
</style>
border-color css
<style>
span { border-color: #21424E; }
span { border-color: rgb(33,66,78); }
td.TdClassName
{
border-color: #21424E;
}
.TagClassName
{
border-color: #21424E;
}
</style>