Shades of Bottle Green #214735
Tints of Bottle Green #214735
RGB
CMYK
RGB Variations
Color information
#214735 (or 0x214735) is known color: Bottle Green. HEX triplet: 21, 47 and 35. RGB value is (33,71,53). Sum of RGB (Red+Green+Blue) = 33+71+53=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #214735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214735 is #DEB8CA. Grayscale: #393939. Windows color (decimal): -14596299 or 3491617. OLE color: 3491617.
HSL color Cylindrical-coordinate representation of color #214735: hue angle of 151.58º 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 #214735 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 53 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.72 |
| HSL | 151.58º | 0.37% | 0.2% | - |
| HSV(B) | 151.58º | 0.54% | 0.28% | - |
| XYZ | 3.52 | 5.09 | 4.16 | - |
| YUV | 57.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 53 | 0.54 | 0 | 0.25 | 0.72 | 151.58 | 0.37 | 0.2 |
| Hex | 21 | 47 | 35 | 36 | 0 | 19 | 48 | 98 | 25 | 14 |
| Octal | 41 | 107 | 65 | 66 | 0 | 31 | 110 | 230 | 45 | 24 |
| Binary | 100001 | 1000111 | 110101 | 110110 | 0 | 11001 | 1001000 | 10011000 | 100101 | 10100 |
Color Harmonies of #214735
Complementary color
Monochromatic Colors of #214735
Black with #214735
Text Example
Text Example
White with #214735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214735; }
p { color: rgb(33,71,53); }
H1.HeaderClassName
{
color: #214735;
}
.AnyTagClassName
{
color: #214735;
}
</style>
background-color css
<style>
a { background-color: #214735; }
a { background-color: rgb(33,71,53); }
div.DivClassName
{
background-color: #214735;
}
.BgClassName
{
background-color: #214735;
}
</style>
border-color css
<style>
span { border-color: #214735; }
span { border-color: rgb(33,71,53); }
td.TdClassName
{
border-color: #214735;
}
.TagClassName
{
border-color: #214735;
}
</style>