Shades of County Green #214D36
Tints of County Green #214D36
RGB
CMYK
RGB Variations
Color information
#214D36 (or 0x214D36) is known color: County Green. HEX triplet: 21, 4D and 36. RGB value is (33,77,54). Sum of RGB (Red+Green+Blue) = 33+77+54=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #214D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D36 is #DEB2C9. Grayscale: #3D3D3D. Windows color (decimal): -14594762 or 3558689. OLE color: 3558689.
HSL color Cylindrical-coordinate representation of color #214D36: hue angle of 148.64º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D36 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 54 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.70 |
| HSL | 148.64º | 0.4% | 0.22% | - |
| HSV(B) | 148.64º | 0.57% | 0.3% | - |
| XYZ | 3.95 | 5.9 | 4.42 | - |
| YUV | 61.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 54 | 0.57 | 0 | 0.30 | 0.70 | 148.64 | 0.4 | 0.22 |
| Hex | 21 | 4D | 36 | 39 | 0 | 1E | 46 | 95 | 28 | 16 |
| Octal | 41 | 115 | 66 | 71 | 0 | 36 | 106 | 225 | 50 | 26 |
| Binary | 100001 | 1001101 | 110110 | 111001 | 0 | 11110 | 1000110 | 10010101 | 101000 | 10110 |
Color Harmonies of #214D36
Complementary color
Monochromatic Colors of #214D36
Black with #214D36
Text Example
Text Example
White with #214D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D36; }
p { color: rgb(33,77,54); }
H1.HeaderClassName
{
color: #214D36;
}
.AnyTagClassName
{
color: #214D36;
}
</style>
background-color css
<style>
a { background-color: #214D36; }
a { background-color: rgb(33,77,54); }
div.DivClassName
{
background-color: #214D36;
}
.BgClassName
{
background-color: #214D36;
}
</style>
border-color css
<style>
span { border-color: #214D36; }
span { border-color: rgb(33,77,54); }
td.TdClassName
{
border-color: #214D36;
}
.TagClassName
{
border-color: #214D36;
}
</style>