Shades of County Green #214B37
Tints of County Green #214B37
RGB
CMYK
RGB Variations
Color information
#214B37 (or 0x214B37) is known color: County Green. HEX triplet: 21, 4B and 37. RGB value is (33,75,55). Sum of RGB (Red+Green+Blue) = 33+75+55=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #214B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B37 is #DEB4C8. Grayscale: #3C3C3C. Windows color (decimal): -14595273 or 3623713. OLE color: 3623713.
HSL color Cylindrical-coordinate representation of color #214B37: hue angle of 151.43º 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 #214B37 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 55 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.71 |
| HSL | 151.43º | 0.39% | 0.21% | - |
| HSV(B) | 151.43º | 0.56% | 0.29% | - |
| XYZ | 3.83 | 5.63 | 4.5 | - |
| YUV | 60.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 55 | 0.56 | 0 | 0.27 | 0.71 | 151.43 | 0.39 | 0.21 |
| Hex | 21 | 4B | 37 | 38 | 0 | 1B | 47 | 97 | 27 | 15 |
| Octal | 41 | 113 | 67 | 70 | 0 | 33 | 107 | 227 | 47 | 25 |
| Binary | 100001 | 1001011 | 110111 | 111000 | 0 | 11011 | 1000111 | 10010111 | 100111 | 10101 |
Color Harmonies of #214B37
Complementary color
Monochromatic Colors of #214B37
Black with #214B37
Text Example
Text Example
White with #214B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B37; }
p { color: rgb(33,75,55); }
H1.HeaderClassName
{
color: #214B37;
}
.AnyTagClassName
{
color: #214B37;
}
</style>
background-color css
<style>
a { background-color: #214B37; }
a { background-color: rgb(33,75,55); }
div.DivClassName
{
background-color: #214B37;
}
.BgClassName
{
background-color: #214B37;
}
</style>
border-color css
<style>
span { border-color: #214B37; }
span { border-color: rgb(33,75,55); }
td.TdClassName
{
border-color: #214B37;
}
.TagClassName
{
border-color: #214B37;
}
</style>