Shades of Bottle Green #214934
Tints of Bottle Green #214934
RGB
CMYK
RGB Variations
Color information
#214934 (or 0x214934) is known color: Bottle Green. HEX triplet: 21, 49 and 34. RGB value is (33,73,52). Sum of RGB (Red+Green+Blue) = 33+73+52=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #214934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214934 is #DEB6CB. Grayscale: #3A3A3A. Windows color (decimal): -14595788 or 3426593. OLE color: 3426593.
HSL color Cylindrical-coordinate representation of color #214934: hue angle of 148.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 #214934 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 52 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.71 |
| HSL | 148.5º | 0.38% | 0.21% | - |
| HSV(B) | 148.5º | 0.55% | 0.29% | - |
| XYZ | 3.63 | 5.34 | 4.09 | - |
| YUV | 58.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 52 | 0.55 | 0 | 0.29 | 0.71 | 148.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 34 | 37 | 0 | 1D | 47 | 94 | 26 | 15 |
| Octal | 41 | 111 | 64 | 67 | 0 | 35 | 107 | 224 | 46 | 25 |
| Binary | 100001 | 1001001 | 110100 | 110111 | 0 | 11101 | 1000111 | 10010100 | 100110 | 10101 |
Color Harmonies of #214934
Complementary color
Monochromatic Colors of #214934
Black with #214934
Text Example
Text Example
White with #214934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214934; }
p { color: rgb(33,73,52); }
H1.HeaderClassName
{
color: #214934;
}
.AnyTagClassName
{
color: #214934;
}
</style>
background-color css
<style>
a { background-color: #214934; }
a { background-color: rgb(33,73,52); }
div.DivClassName
{
background-color: #214934;
}
.BgClassName
{
background-color: #214934;
}
</style>
border-color css
<style>
span { border-color: #214934; }
span { border-color: rgb(33,73,52); }
td.TdClassName
{
border-color: #214934;
}
.TagClassName
{
border-color: #214934;
}
</style>