Shades of Green Vogue #214048
Tints of Green Vogue #214048
RGB
CMYK
RGB Variations
Color information
#214048 (or 0x214048) is known color: Green Vogue. HEX triplet: 21, 40 and 48. RGB value is (33,64,72). Sum of RGB (Red+Green+Blue) = 33+64+72=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #214048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214048 is #DEBFB7. Grayscale: #373737. Windows color (decimal): -14598072 or 4735009. OLE color: 4735009.
HSL color Cylindrical-coordinate representation of color #214048: hue angle of 192.31º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214048 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 64 | 72 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.72 |
| HSL | 192.31º | 0.37% | 0.21% | - |
| HSV(B) | 192.31º | 0.54% | 0.28% | - |
| XYZ | 3.63 | 4.46 | 6.8 | - |
| YUV | 55.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 72 | 0.54 | 0.11 | 0 | 0.72 | 192.31 | 0.37 | 0.21 |
| Hex | 21 | 40 | 48 | 36 | B | 0 | 48 | C0 | 25 | 15 |
| Octal | 41 | 100 | 110 | 66 | 13 | 0 | 110 | 300 | 45 | 25 |
| Binary | 100001 | 1000000 | 1001000 | 110110 | 1011 | 0 | 1001000 | 11000000 | 100101 | 10101 |
Color Harmonies of #214048
Complementary color
Monochromatic Colors of #214048
Black with #214048
Text Example
Text Example
White with #214048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214048; }
p { color: rgb(33,64,72); }
H1.HeaderClassName
{
color: #214048;
}
.AnyTagClassName
{
color: #214048;
}
</style>
background-color css
<style>
a { background-color: #214048; }
a { background-color: rgb(33,64,72); }
div.DivClassName
{
background-color: #214048;
}
.BgClassName
{
background-color: #214048;
}
</style>
border-color css
<style>
span { border-color: #214048; }
span { border-color: rgb(33,64,72); }
td.TdClassName
{
border-color: #214048;
}
.TagClassName
{
border-color: #214048;
}
</style>