Shades of Bottle Green #214B36
Tints of Bottle Green #214B36
RGB
CMYK
RGB Variations
Color information
#214B36 (or 0x214B36) is known color: Bottle Green. HEX triplet: 21, 4B and 36. RGB value is (33,75,54). Sum of RGB (Red+Green+Blue) = 33+75+54=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #214B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B36 is #DEB4C9. Grayscale: #3C3C3C. Windows color (decimal): -14595274 or 3558177. OLE color: 3558177.
HSL color Cylindrical-coordinate representation of color #214B36: hue angle of 150º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B36 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 54 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.71 |
| HSL | 150º | 0.39% | 0.21% | - |
| HSV(B) | 150º | 0.56% | 0.29% | - |
| XYZ | 3.81 | 5.62 | 4.37 | - |
| YUV | 60.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 54 | 0.56 | 0 | 0.28 | 0.71 | 150 | 0.39 | 0.21 |
| Hex | 21 | 4B | 36 | 38 | 0 | 1C | 47 | 96 | 27 | 15 |
| Octal | 41 | 113 | 66 | 70 | 0 | 34 | 107 | 226 | 47 | 25 |
| Binary | 100001 | 1001011 | 110110 | 111000 | 0 | 11100 | 1000111 | 10010110 | 100111 | 10101 |
Color Harmonies of #214B36
Complementary color
Monochromatic Colors of #214B36
Black with #214B36
Text Example
Text Example
White with #214B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B36; }
p { color: rgb(33,75,54); }
H1.HeaderClassName
{
color: #214B36;
}
.AnyTagClassName
{
color: #214B36;
}
</style>
background-color css
<style>
a { background-color: #214B36; }
a { background-color: rgb(33,75,54); }
div.DivClassName
{
background-color: #214B36;
}
.BgClassName
{
background-color: #214B36;
}
</style>
border-color css
<style>
span { border-color: #214B36; }
span { border-color: rgb(33,75,54); }
td.TdClassName
{
border-color: #214B36;
}
.TagClassName
{
border-color: #214B36;
}
</style>