Shades of County Green #115234
Tints of County Green #115234
RGB
CMYK
RGB Variations
Color information
#115234 (or 0x115234) is known color: County Green. HEX triplet: 11, 52 and 34. RGB value is (17,82,52). Sum of RGB (Red+Green+Blue) = 17+82+52=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #115234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115234 is #EEADCB. Grayscale: #3B3B3B. Windows color (decimal): -15642060 or 3428881. OLE color: 3428881.
HSL color Cylindrical-coordinate representation of color #115234: hue angle of 152.31º 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 #115234 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 52 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.68 |
| HSL | 152.31º | 0.66% | 0.19% | - |
| HSV(B) | 152.31º | 0.79% | 0.32% | - |
| XYZ | 3.87 | 6.4 | 4.28 | - |
| YUV | 59.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 52 | 0.79 | 0 | 0.37 | 0.68 | 152.31 | 0.66 | 0.19 |
| Hex | 11 | 52 | 34 | 4F | 0 | 25 | 44 | 98 | 42 | 13 |
| Octal | 21 | 122 | 64 | 117 | 0 | 45 | 104 | 230 | 102 | 23 |
| Binary | 10001 | 1010010 | 110100 | 1001111 | 0 | 100101 | 1000100 | 10011000 | 1000010 | 10011 |
Color Harmonies of #115234
Complementary color
Monochromatic Colors of #115234
Black with #115234
Text Example
Text Example
White with #115234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115234; }
p { color: rgb(17,82,52); }
H1.HeaderClassName
{
color: #115234;
}
.AnyTagClassName
{
color: #115234;
}
</style>
background-color css
<style>
a { background-color: #115234; }
a { background-color: rgb(17,82,52); }
div.DivClassName
{
background-color: #115234;
}
.BgClassName
{
background-color: #115234;
}
</style>
border-color css
<style>
span { border-color: #115234; }
span { border-color: rgb(17,82,52); }
td.TdClassName
{
border-color: #115234;
}
.TagClassName
{
border-color: #115234;
}
</style>