Shades of County Green #115232
Tints of County Green #115232
RGB
CMYK
RGB Variations
Color information
#115232 (or 0x115232) is known color: County Green. HEX triplet: 11, 52 and 32. RGB value is (17,82,50). Sum of RGB (Red+Green+Blue) = 17+82+50=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #115232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115232 is #EEADCD. Grayscale: #3A3A3A. Windows color (decimal): -15642062 or 3297809. OLE color: 3297809.
HSL color Cylindrical-coordinate representation of color #115232: hue angle of 150.46º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115232 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 50 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.68 |
| HSL | 150.46º | 0.66% | 0.19% | - |
| HSV(B) | 150.46º | 0.79% | 0.32% | - |
| XYZ | 3.82 | 6.38 | 4.05 | - |
| YUV | 58.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 50 | 0.79 | 0 | 0.39 | 0.68 | 150.46 | 0.66 | 0.19 |
| Hex | 11 | 52 | 32 | 4F | 0 | 27 | 44 | 96 | 42 | 13 |
| Octal | 21 | 122 | 62 | 117 | 0 | 47 | 104 | 226 | 102 | 23 |
| Binary | 10001 | 1010010 | 110010 | 1001111 | 0 | 100111 | 1000100 | 10010110 | 1000010 | 10011 |
Color Harmonies of #115232
Complementary color
Monochromatic Colors of #115232
Black with #115232
Text Example
Text Example
White with #115232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115232; }
p { color: rgb(17,82,50); }
H1.HeaderClassName
{
color: #115232;
}
.AnyTagClassName
{
color: #115232;
}
</style>
background-color css
<style>
a { background-color: #115232; }
a { background-color: rgb(17,82,50); }
div.DivClassName
{
background-color: #115232;
}
.BgClassName
{
background-color: #115232;
}
</style>
border-color css
<style>
span { border-color: #115232; }
span { border-color: rgb(17,82,50); }
td.TdClassName
{
border-color: #115232;
}
.TagClassName
{
border-color: #115232;
}
</style>