Shades of Green Vogue #214049
Tints of Green Vogue #214049
RGB
CMYK
RGB Variations
Color information
#214049 (or 0x214049) is known color: Green Vogue. HEX triplet: 21, 40 and 49. RGB value is (33,64,73). Sum of RGB (Red+Green+Blue) = 33+64+73=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #214049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214049 is #DEBFB6. Grayscale: #373737. Windows color (decimal): -14598071 or 4800545. OLE color: 4800545.
HSL color Cylindrical-coordinate representation of color #214049: hue angle of 193.5º 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 #214049 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 64 | 73 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.71 |
| HSL | 193.5º | 0.38% | 0.21% | - |
| HSV(B) | 193.5º | 0.55% | 0.29% | - |
| XYZ | 3.66 | 4.47 | 6.97 | - |
| YUV | 55.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 73 | 0.55 | 0.12 | 0 | 0.71 | 193.5 | 0.38 | 0.21 |
| Hex | 21 | 40 | 49 | 37 | C | 0 | 47 | C2 | 26 | 15 |
| Octal | 41 | 100 | 111 | 67 | 14 | 0 | 107 | 302 | 46 | 25 |
| Binary | 100001 | 1000000 | 1001001 | 110111 | 1100 | 0 | 1000111 | 11000010 | 100110 | 10101 |
Color Harmonies of #214049
Complementary color
Monochromatic Colors of #214049
Black with #214049
Text Example
Text Example
White with #214049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214049; }
p { color: rgb(33,64,73); }
H1.HeaderClassName
{
color: #214049;
}
.AnyTagClassName
{
color: #214049;
}
</style>
background-color css
<style>
a { background-color: #214049; }
a { background-color: rgb(33,64,73); }
div.DivClassName
{
background-color: #214049;
}
.BgClassName
{
background-color: #214049;
}
</style>
border-color css
<style>
span { border-color: #214049; }
span { border-color: rgb(33,64,73); }
td.TdClassName
{
border-color: #214049;
}
.TagClassName
{
border-color: #214049;
}
</style>