Shades of Sherwood Green #114230
Tints of Sherwood Green #114230
RGB
CMYK
RGB Variations
Color information
#114230 (or 0x114230) is known color: Sherwood Green. HEX triplet: 11, 42 and 30. RGB value is (17,66,48). Sum of RGB (Red+Green+Blue) = 17+66+48=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #114230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114230 is #EEBDCF. Grayscale: #313131. Windows color (decimal): -15646160 or 3162641. OLE color: 3162641.
HSL color Cylindrical-coordinate representation of color #114230: hue angle of 157.96º 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 #114230 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 48 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.74 |
| HSL | 157.96º | 0.59% | 0.16% | - |
| HSV(B) | 157.96º | 0.74% | 0.26% | - |
| XYZ | 2.71 | 4.23 | 3.47 | - |
| YUV | 49.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 48 | 0.74 | 0 | 0.27 | 0.74 | 157.96 | 0.59 | 0.16 |
| Hex | 11 | 42 | 30 | 4A | 0 | 1B | 4A | 9E | 3B | 10 |
| Octal | 21 | 102 | 60 | 112 | 0 | 33 | 112 | 236 | 73 | 20 |
| Binary | 10001 | 1000010 | 110000 | 1001010 | 0 | 11011 | 1001010 | 10011110 | 111011 | 10000 |
Color Harmonies of #114230
Complementary color
Monochromatic Colors of #114230
Black with #114230
Text Example
Text Example
White with #114230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114230; }
p { color: rgb(17,66,48); }
H1.HeaderClassName
{
color: #114230;
}
.AnyTagClassName
{
color: #114230;
}
</style>
background-color css
<style>
a { background-color: #114230; }
a { background-color: rgb(17,66,48); }
div.DivClassName
{
background-color: #114230;
}
.BgClassName
{
background-color: #114230;
}
</style>
border-color css
<style>
span { border-color: #114230; }
span { border-color: rgb(17,66,48); }
td.TdClassName
{
border-color: #114230;
}
.TagClassName
{
border-color: #114230;
}
</style>