Shades of Green Vogue #214147
Tints of Green Vogue #214147
RGB
CMYK
RGB Variations
Color information
#214147 (or 0x214147) is known color: Green Vogue. HEX triplet: 21, 41 and 47. RGB value is (33,65,71). Sum of RGB (Red+Green+Blue) = 33+65+71=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #214147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214147 is #DEBEB8. Grayscale: #383838. Windows color (decimal): -14597817 or 4669729. OLE color: 4669729.
HSL color Cylindrical-coordinate representation of color #214147: hue angle of 189.47º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214147 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 65 | 71 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.72 |
| HSL | 189.47º | 0.37% | 0.2% | - |
| HSV(B) | 189.47º | 0.54% | 0.28% | - |
| XYZ | 3.65 | 4.56 | 6.65 | - |
| YUV | 56.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 71 | 0.54 | 0.08 | 0 | 0.72 | 189.47 | 0.37 | 0.2 |
| Hex | 21 | 41 | 47 | 36 | 8 | 0 | 48 | BD | 25 | 14 |
| Octal | 41 | 101 | 107 | 66 | 10 | 0 | 110 | 275 | 45 | 24 |
| Binary | 100001 | 1000001 | 1000111 | 110110 | 1000 | 0 | 1001000 | 10111101 | 100101 | 10100 |
Color Harmonies of #214147
Complementary color
Monochromatic Colors of #214147
Black with #214147
Text Example
Text Example
White with #214147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214147; }
p { color: rgb(33,65,71); }
H1.HeaderClassName
{
color: #214147;
}
.AnyTagClassName
{
color: #214147;
}
</style>
background-color css
<style>
a { background-color: #214147; }
a { background-color: rgb(33,65,71); }
div.DivClassName
{
background-color: #214147;
}
.BgClassName
{
background-color: #214147;
}
</style>
border-color css
<style>
span { border-color: #214147; }
span { border-color: rgb(33,65,71); }
td.TdClassName
{
border-color: #214147;
}
.TagClassName
{
border-color: #214147;
}
</style>