Shades of Green Vogue #214149
Tints of Green Vogue #214149
RGB
CMYK
RGB Variations
Color information
#214149 (or 0x214149) is known color: Green Vogue. HEX triplet: 21, 41 and 49. RGB value is (33,65,73). Sum of RGB (Red+Green+Blue) = 33+65+73=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #214149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214149 is #DEBEB6. Grayscale: #383838. Windows color (decimal): -14597815 or 4800801. OLE color: 4800801.
HSL color Cylindrical-coordinate representation of color #214149: hue angle of 192º 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 #214149 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 65 | 73 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.71 |
| HSL | 192º | 0.38% | 0.21% | - |
| HSV(B) | 192º | 0.55% | 0.29% | - |
| XYZ | 3.72 | 4.58 | 6.99 | - |
| YUV | 56.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 73 | 0.55 | 0.11 | 0 | 0.71 | 192 | 0.38 | 0.21 |
| Hex | 21 | 41 | 49 | 37 | B | 0 | 47 | C0 | 26 | 15 |
| Octal | 41 | 101 | 111 | 67 | 13 | 0 | 107 | 300 | 46 | 25 |
| Binary | 100001 | 1000001 | 1001001 | 110111 | 1011 | 0 | 1000111 | 11000000 | 100110 | 10101 |
Color Harmonies of #214149
Complementary color
Monochromatic Colors of #214149
Black with #214149
Text Example
Text Example
White with #214149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214149; }
p { color: rgb(33,65,73); }
H1.HeaderClassName
{
color: #214149;
}
.AnyTagClassName
{
color: #214149;
}
</style>
background-color css
<style>
a { background-color: #214149; }
a { background-color: rgb(33,65,73); }
div.DivClassName
{
background-color: #214149;
}
.BgClassName
{
background-color: #214149;
}
</style>
border-color css
<style>
span { border-color: #214149; }
span { border-color: rgb(33,65,73); }
td.TdClassName
{
border-color: #214149;
}
.TagClassName
{
border-color: #214149;
}
</style>