Shades of County Green #114F38
Tints of County Green #114F38
RGB
CMYK
RGB Variations
Color information
#114F38 (or 0x114F38) is known color: County Green. HEX triplet: 11, 4F and 38. RGB value is (17,79,56). Sum of RGB (Red+Green+Blue) = 17+79+56=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #114F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F38 is #EEB0C7. Grayscale: #393939. Windows color (decimal): -15642824 or 3690257. OLE color: 3690257.
HSL color Cylindrical-coordinate representation of color #114F38: hue angle of 157.74º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F38 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 56 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.69 |
| HSL | 157.74º | 0.65% | 0.19% | - |
| HSV(B) | 157.74º | 0.78% | 0.31% | - |
| XYZ | 3.74 | 6 | 4.7 | - |
| YUV | 57.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 56 | 0.78 | 0 | 0.29 | 0.69 | 157.74 | 0.65 | 0.19 |
| Hex | 11 | 4F | 38 | 4E | 0 | 1D | 45 | 9E | 41 | 13 |
| Octal | 21 | 117 | 70 | 116 | 0 | 35 | 105 | 236 | 101 | 23 |
| Binary | 10001 | 1001111 | 111000 | 1001110 | 0 | 11101 | 1000101 | 10011110 | 1000001 | 10011 |
Color Harmonies of #114F38
Complementary color
Monochromatic Colors of #114F38
Black with #114F38
Text Example
Text Example
White with #114F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F38; }
p { color: rgb(17,79,56); }
H1.HeaderClassName
{
color: #114F38;
}
.AnyTagClassName
{
color: #114F38;
}
</style>
background-color css
<style>
a { background-color: #114F38; }
a { background-color: rgb(17,79,56); }
div.DivClassName
{
background-color: #114F38;
}
.BgClassName
{
background-color: #114F38;
}
</style>
border-color css
<style>
span { border-color: #114F38; }
span { border-color: rgb(17,79,56); }
td.TdClassName
{
border-color: #114F38;
}
.TagClassName
{
border-color: #114F38;
}
</style>