Shades of County Green #205139
Tints of County Green #205139
RGB
CMYK
RGB Variations
Color information
#205139 (or 0x205139) is known color: County Green. HEX triplet: 20, 51 and 39. RGB value is (32,81,57). Sum of RGB (Red+Green+Blue) = 32+81+57=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #205139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205139 is #DFAEC6. Grayscale: #3F3F3F. Windows color (decimal): -14659271 or 3756320. OLE color: 3756320.
HSL color Cylindrical-coordinate representation of color #205139: hue angle of 150.61º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205139 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 81 | 57 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.68 |
| HSL | 150.61º | 0.43% | 0.22% | - |
| HSV(B) | 150.61º | 0.6% | 0.32% | - |
| XYZ | 4.28 | 6.49 | 4.9 | - |
| YUV | 63.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 57 | 0.60 | 0 | 0.30 | 0.68 | 150.61 | 0.43 | 0.22 |
| Hex | 20 | 51 | 39 | 3C | 0 | 1E | 44 | 97 | 2B | 16 |
| Octal | 40 | 121 | 71 | 74 | 0 | 36 | 104 | 227 | 53 | 26 |
| Binary | 100000 | 1010001 | 111001 | 111100 | 0 | 11110 | 1000100 | 10010111 | 101011 | 10110 |
Color Harmonies of #205139
Complementary color
Monochromatic Colors of #205139
Black with #205139
Text Example
Text Example
White with #205139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205139; }
p { color: rgb(32,81,57); }
H1.HeaderClassName
{
color: #205139;
}
.AnyTagClassName
{
color: #205139;
}
</style>
background-color css
<style>
a { background-color: #205139; }
a { background-color: rgb(32,81,57); }
div.DivClassName
{
background-color: #205139;
}
.BgClassName
{
background-color: #205139;
}
</style>
border-color css
<style>
span { border-color: #205139; }
span { border-color: rgb(32,81,57); }
td.TdClassName
{
border-color: #205139;
}
.TagClassName
{
border-color: #205139;
}
</style>