Shades of Bottle Green #214A37
Tints of Bottle Green #214A37
RGB
CMYK
RGB Variations
Color information
#214A37 (or 0x214A37) is known color: Bottle Green. HEX triplet: 21, 4A and 37. RGB value is (33,74,55). Sum of RGB (Red+Green+Blue) = 33+74+55=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #214A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A37 is #DEB5C8. Grayscale: #3B3B3B. Windows color (decimal): -14595529 or 3623457. OLE color: 3623457.
HSL color Cylindrical-coordinate representation of color #214A37: hue angle of 152.2º 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 #214A37 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 74 | 55 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.71 |
| HSL | 152.2º | 0.38% | 0.21% | - |
| HSV(B) | 152.2º | 0.55% | 0.29% | - |
| XYZ | 3.77 | 5.5 | 4.48 | - |
| YUV | 59.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 55 | 0.55 | 0 | 0.26 | 0.71 | 152.2 | 0.38 | 0.21 |
| Hex | 21 | 4A | 37 | 37 | 0 | 1A | 47 | 98 | 26 | 15 |
| Octal | 41 | 112 | 67 | 67 | 0 | 32 | 107 | 230 | 46 | 25 |
| Binary | 100001 | 1001010 | 110111 | 110111 | 0 | 11010 | 1000111 | 10011000 | 100110 | 10101 |
Color Harmonies of #214A37
Complementary color
Monochromatic Colors of #214A37
Black with #214A37
Text Example
Text Example
White with #214A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A37; }
p { color: rgb(33,74,55); }
H1.HeaderClassName
{
color: #214A37;
}
.AnyTagClassName
{
color: #214A37;
}
</style>
background-color css
<style>
a { background-color: #214A37; }
a { background-color: rgb(33,74,55); }
div.DivClassName
{
background-color: #214A37;
}
.BgClassName
{
background-color: #214A37;
}
</style>
border-color css
<style>
span { border-color: #214A37; }
span { border-color: rgb(33,74,55); }
td.TdClassName
{
border-color: #214A37;
}
.TagClassName
{
border-color: #214A37;
}
</style>