Shades of Bottle Green #214433
Tints of Bottle Green #214433
RGB
CMYK
RGB Variations
Color information
#214433 (or 0x214433) is known color: Bottle Green. HEX triplet: 21, 44 and 33. RGB value is (33,68,51). Sum of RGB (Red+Green+Blue) = 33+68+51=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #214433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214433 is #DEBBCC. Grayscale: #373737. Windows color (decimal): -14597069 or 3359777. OLE color: 3359777.
HSL color Cylindrical-coordinate representation of color #214433: hue angle of 150.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214433 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 51 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.73 |
| HSL | 150.86º | 0.35% | 0.2% | - |
| HSV(B) | 150.86º | 0.51% | 0.27% | - |
| XYZ | 3.29 | 4.7 | 3.87 | - |
| YUV | 55.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 51 | 0.51 | 0 | 0.25 | 0.73 | 150.86 | 0.35 | 0.2 |
| Hex | 21 | 44 | 33 | 33 | 0 | 19 | 49 | 97 | 23 | 14 |
| Octal | 41 | 104 | 63 | 63 | 0 | 31 | 111 | 227 | 43 | 24 |
| Binary | 100001 | 1000100 | 110011 | 110011 | 0 | 11001 | 1001001 | 10010111 | 100011 | 10100 |
Color Harmonies of #214433
Complementary color
Monochromatic Colors of #214433
Black with #214433
Text Example
Text Example
White with #214433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214433; }
p { color: rgb(33,68,51); }
H1.HeaderClassName
{
color: #214433;
}
.AnyTagClassName
{
color: #214433;
}
</style>
background-color css
<style>
a { background-color: #214433; }
a { background-color: rgb(33,68,51); }
div.DivClassName
{
background-color: #214433;
}
.BgClassName
{
background-color: #214433;
}
</style>
border-color css
<style>
span { border-color: #214433; }
span { border-color: rgb(33,68,51); }
td.TdClassName
{
border-color: #214433;
}
.TagClassName
{
border-color: #214433;
}
</style>