Shades of Sherwood Green #113C2F
Tints of Sherwood Green #113C2F
RGB
CMYK
RGB Variations
Color information
#113C2F (or 0x113C2F) is known color: Sherwood Green. HEX triplet: 11, 3C and 2F. RGB value is (17,60,47). Sum of RGB (Red+Green+Blue) = 17+60+47=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #113C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C2F is #EEC3D0. Grayscale: #2D2D2D. Windows color (decimal): -15647697 or 3095569. OLE color: 3095569.
HSL color Cylindrical-coordinate representation of color #113C2F: hue angle of 161.86º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113C2F is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 47 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.76 |
| HSL | 161.86º | 0.56% | 0.15% | - |
| HSV(B) | 161.86º | 0.72% | 0.24% | - |
| XYZ | 2.36 | 3.56 | 3.25 | - |
| YUV | 45.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 47 | 0.72 | 0 | 0.22 | 0.76 | 161.86 | 0.56 | 0.15 |
| Hex | 11 | 3C | 2F | 48 | 0 | 16 | 4C | A2 | 38 | F |
| Octal | 21 | 74 | 57 | 110 | 0 | 26 | 114 | 242 | 70 | 17 |
| Binary | 10001 | 111100 | 101111 | 1001000 | 0 | 10110 | 1001100 | 10100010 | 111000 | 1111 |
Color Harmonies of #113C2F
Complementary color
Monochromatic Colors of #113C2F
Black with #113C2F
Text Example
Text Example
White with #113C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C2F; }
p { color: rgb(17,60,47); }
H1.HeaderClassName
{
color: #113C2F;
}
.AnyTagClassName
{
color: #113C2F;
}
</style>
background-color css
<style>
a { background-color: #113C2F; }
a { background-color: rgb(17,60,47); }
div.DivClassName
{
background-color: #113C2F;
}
.BgClassName
{
background-color: #113C2F;
}
</style>
border-color css
<style>
span { border-color: #113C2F; }
span { border-color: rgb(17,60,47); }
td.TdClassName
{
border-color: #113C2F;
}
.TagClassName
{
border-color: #113C2F;
}
</style>