Shades of Bottle Green #214935
Tints of Bottle Green #214935
RGB
CMYK
RGB Variations
Color information
#214935 (or 0x214935) is known color: Bottle Green. HEX triplet: 21, 49 and 35. RGB value is (33,73,53). Sum of RGB (Red+Green+Blue) = 33+73+53=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #214935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214935 is #DEB6CA. Grayscale: #3A3A3A. Windows color (decimal): -14595787 or 3492129. OLE color: 3492129.
HSL color Cylindrical-coordinate representation of color #214935: hue angle of 150º 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 #214935 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 53 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.71 |
| HSL | 150º | 0.38% | 0.21% | - |
| HSV(B) | 150º | 0.55% | 0.29% | - |
| XYZ | 3.65 | 5.35 | 4.21 | - |
| YUV | 58.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 53 | 0.55 | 0 | 0.27 | 0.71 | 150 | 0.38 | 0.21 |
| Hex | 21 | 49 | 35 | 37 | 0 | 1B | 47 | 96 | 26 | 15 |
| Octal | 41 | 111 | 65 | 67 | 0 | 33 | 107 | 226 | 46 | 25 |
| Binary | 100001 | 1001001 | 110101 | 110111 | 0 | 11011 | 1000111 | 10010110 | 100110 | 10101 |
Color Harmonies of #214935
Complementary color
Monochromatic Colors of #214935
Black with #214935
Text Example
Text Example
White with #214935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214935; }
p { color: rgb(33,73,53); }
H1.HeaderClassName
{
color: #214935;
}
.AnyTagClassName
{
color: #214935;
}
</style>
background-color css
<style>
a { background-color: #214935; }
a { background-color: rgb(33,73,53); }
div.DivClassName
{
background-color: #214935;
}
.BgClassName
{
background-color: #214935;
}
</style>
border-color css
<style>
span { border-color: #214935; }
span { border-color: rgb(33,73,53); }
td.TdClassName
{
border-color: #214935;
}
.TagClassName
{
border-color: #214935;
}
</style>