Shades of Sherwood Green #114231
Tints of Sherwood Green #114231
RGB
CMYK
RGB Variations
Color information
#114231 (or 0x114231) is known color: Sherwood Green. HEX triplet: 11, 42 and 31. RGB value is (17,66,49). Sum of RGB (Red+Green+Blue) = 17+66+49=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #114231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114231 is #EEBDCE. Grayscale: #313131. Windows color (decimal): -15646159 or 3228177. OLE color: 3228177.
HSL color Cylindrical-coordinate representation of color #114231: hue angle of 159.18º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114231 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 49 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.74 |
| HSL | 159.18º | 0.59% | 0.16% | - |
| HSV(B) | 159.18º | 0.74% | 0.26% | - |
| XYZ | 2.73 | 4.24 | 3.58 | - |
| YUV | 49.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 49 | 0.74 | 0 | 0.26 | 0.74 | 159.18 | 0.59 | 0.16 |
| Hex | 11 | 42 | 31 | 4A | 0 | 1A | 4A | 9F | 3B | 10 |
| Octal | 21 | 102 | 61 | 112 | 0 | 32 | 112 | 237 | 73 | 20 |
| Binary | 10001 | 1000010 | 110001 | 1001010 | 0 | 11010 | 1001010 | 10011111 | 111011 | 10000 |
Color Harmonies of #114231
Complementary color
Monochromatic Colors of #114231
Black with #114231
Text Example
Text Example
White with #114231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114231; }
p { color: rgb(17,66,49); }
H1.HeaderClassName
{
color: #114231;
}
.AnyTagClassName
{
color: #114231;
}
</style>
background-color css
<style>
a { background-color: #114231; }
a { background-color: rgb(17,66,49); }
div.DivClassName
{
background-color: #114231;
}
.BgClassName
{
background-color: #114231;
}
</style>
border-color css
<style>
span { border-color: #114231; }
span { border-color: rgb(17,66,49); }
td.TdClassName
{
border-color: #114231;
}
.TagClassName
{
border-color: #114231;
}
</style>