Shades of Sherwood Green #113E2F
Tints of Sherwood Green #113E2F
RGB
CMYK
RGB Variations
Color information
#113E2F (or 0x113E2F) is known color: Sherwood Green. HEX triplet: 11, 3E and 2F. RGB value is (17,62,47). Sum of RGB (Red+Green+Blue) = 17+62+47=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #113E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E2F is #EEC1D0. Grayscale: #2E2E2E. Windows color (decimal): -15647185 or 3096081. OLE color: 3096081.
HSL color Cylindrical-coordinate representation of color #113E2F: hue angle of 160º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E2F is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 47 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.76 |
| HSL | 160º | 0.57% | 0.15% | - |
| HSV(B) | 160º | 0.73% | 0.24% | - |
| XYZ | 2.47 | 3.77 | 3.29 | - |
| YUV | 46.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 47 | 0.73 | 0 | 0.24 | 0.76 | 160 | 0.57 | 0.15 |
| Hex | 11 | 3E | 2F | 49 | 0 | 18 | 4C | A0 | 39 | F |
| Octal | 21 | 76 | 57 | 111 | 0 | 30 | 114 | 240 | 71 | 17 |
| Binary | 10001 | 111110 | 101111 | 1001001 | 0 | 11000 | 1001100 | 10100000 | 111001 | 1111 |
Color Harmonies of #113E2F
Complementary color
Monochromatic Colors of #113E2F
Black with #113E2F
Text Example
Text Example
White with #113E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E2F; }
p { color: rgb(17,62,47); }
H1.HeaderClassName
{
color: #113E2F;
}
.AnyTagClassName
{
color: #113E2F;
}
</style>
background-color css
<style>
a { background-color: #113E2F; }
a { background-color: rgb(17,62,47); }
div.DivClassName
{
background-color: #113E2F;
}
.BgClassName
{
background-color: #113E2F;
}
</style>
border-color css
<style>
span { border-color: #113E2F; }
span { border-color: rgb(17,62,47); }
td.TdClassName
{
border-color: #113E2F;
}
.TagClassName
{
border-color: #113E2F;
}
</style>