Shades of County Green #205039
Tints of County Green #205039
RGB
CMYK
RGB Variations
Color information
#205039 (or 0x205039) is known color: County Green. HEX triplet: 20, 50 and 39. RGB value is (32,80,57). Sum of RGB (Red+Green+Blue) = 32+80+57=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #205039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205039 is #DFAFC6. Grayscale: #3F3F3F. Windows color (decimal): -14659527 or 3756064. OLE color: 3756064.
HSL color Cylindrical-coordinate representation of color #205039: hue angle of 151.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205039 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 57 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.69 |
| HSL | 151.25º | 0.43% | 0.22% | - |
| HSV(B) | 151.25º | 0.6% | 0.31% | - |
| XYZ | 4.2 | 6.34 | 4.87 | - |
| YUV | 63.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 57 | 0.60 | 0 | 0.29 | 0.69 | 151.25 | 0.43 | 0.22 |
| Hex | 20 | 50 | 39 | 3C | 0 | 1D | 45 | 97 | 2B | 16 |
| Octal | 40 | 120 | 71 | 74 | 0 | 35 | 105 | 227 | 53 | 26 |
| Binary | 100000 | 1010000 | 111001 | 111100 | 0 | 11101 | 1000101 | 10010111 | 101011 | 10110 |
Color Harmonies of #205039
Complementary color
Monochromatic Colors of #205039
Black with #205039
Text Example
Text Example
White with #205039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205039; }
p { color: rgb(32,80,57); }
H1.HeaderClassName
{
color: #205039;
}
.AnyTagClassName
{
color: #205039;
}
</style>
background-color css
<style>
a { background-color: #205039; }
a { background-color: rgb(32,80,57); }
div.DivClassName
{
background-color: #205039;
}
.BgClassName
{
background-color: #205039;
}
</style>
border-color css
<style>
span { border-color: #205039; }
span { border-color: rgb(32,80,57); }
td.TdClassName
{
border-color: #205039;
}
.TagClassName
{
border-color: #205039;
}
</style>