Shades of County Green #214F3B
Tints of County Green #214F3B
RGB
CMYK
RGB Variations
Color information
#214F3B (or 0x214F3B) is known color: County Green. HEX triplet: 21, 4F and 3B. RGB value is (33,79,59). Sum of RGB (Red+Green+Blue) = 33+79+59=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #214F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F3B is #DEB0C4. Grayscale: #3F3F3F. Windows color (decimal): -14594245 or 3886881. OLE color: 3886881.
HSL color Cylindrical-coordinate representation of color #214F3B: hue angle of 153.91º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F3B is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 59 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.69 |
| HSL | 153.91º | 0.41% | 0.22% | - |
| HSV(B) | 153.91º | 0.58% | 0.31% | - |
| XYZ | 4.21 | 6.23 | 5.12 | - |
| YUV | 62.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 59 | 0.58 | 0 | 0.25 | 0.69 | 153.91 | 0.41 | 0.22 |
| Hex | 21 | 4F | 3B | 3A | 0 | 19 | 45 | 9A | 29 | 16 |
| Octal | 41 | 117 | 73 | 72 | 0 | 31 | 105 | 232 | 51 | 26 |
| Binary | 100001 | 1001111 | 111011 | 111010 | 0 | 11001 | 1000101 | 10011010 | 101001 | 10110 |
Color Harmonies of #214F3B
Complementary color
Monochromatic Colors of #214F3B
Black with #214F3B
Text Example
Text Example
White with #214F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F3B; }
p { color: rgb(33,79,59); }
H1.HeaderClassName
{
color: #214F3B;
}
.AnyTagClassName
{
color: #214F3B;
}
</style>
background-color css
<style>
a { background-color: #214F3B; }
a { background-color: rgb(33,79,59); }
div.DivClassName
{
background-color: #214F3B;
}
.BgClassName
{
background-color: #214F3B;
}
</style>
border-color css
<style>
span { border-color: #214F3B; }
span { border-color: rgb(33,79,59); }
td.TdClassName
{
border-color: #214F3B;
}
.TagClassName
{
border-color: #214F3B;
}
</style>