Shades of Sherwood Green #113D30
Tints of Sherwood Green #113D30
RGB
CMYK
RGB Variations
Color information
#113D30 (or 0x113D30) is known color: Sherwood Green. HEX triplet: 11, 3D and 30. RGB value is (17,61,48). Sum of RGB (Red+Green+Blue) = 17+61+48=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #113D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D30 is #EEC2CF. Grayscale: #2E2E2E. Windows color (decimal): -15647440 or 3161361. OLE color: 3161361.
HSL color Cylindrical-coordinate representation of color #113D30: hue angle of 162.27º 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 #113D30 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 48 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.76 |
| HSL | 162.27º | 0.56% | 0.15% | - |
| HSV(B) | 162.27º | 0.72% | 0.24% | - |
| XYZ | 2.43 | 3.67 | 3.38 | - |
| YUV | 46.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 48 | 0.72 | 0 | 0.21 | 0.76 | 162.27 | 0.56 | 0.15 |
| Hex | 11 | 3D | 30 | 48 | 0 | 15 | 4C | A2 | 38 | F |
| Octal | 21 | 75 | 60 | 110 | 0 | 25 | 114 | 242 | 70 | 17 |
| Binary | 10001 | 111101 | 110000 | 1001000 | 0 | 10101 | 1001100 | 10100010 | 111000 | 1111 |
Color Harmonies of #113D30
Complementary color
Monochromatic Colors of #113D30
Black with #113D30
Text Example
Text Example
White with #113D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D30; }
p { color: rgb(17,61,48); }
H1.HeaderClassName
{
color: #113D30;
}
.AnyTagClassName
{
color: #113D30;
}
</style>
background-color css
<style>
a { background-color: #113D30; }
a { background-color: rgb(17,61,48); }
div.DivClassName
{
background-color: #113D30;
}
.BgClassName
{
background-color: #113D30;
}
</style>
border-color css
<style>
span { border-color: #113D30; }
span { border-color: rgb(17,61,48); }
td.TdClassName
{
border-color: #113D30;
}
.TagClassName
{
border-color: #113D30;
}
</style>