Shades of Sherwood Green #11402F
Tints of Sherwood Green #11402F
RGB
CMYK
RGB Variations
Color information
#11402F (or 0x11402F) is known color: Sherwood Green. HEX triplet: 11, 40 and 2F. RGB value is (17,64,47). Sum of RGB (Red+Green+Blue) = 17+64+47=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #11402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11402F is #EEBFD0. Grayscale: #303030. Windows color (decimal): -15646673 or 3096593. OLE color: 3096593.
HSL color Cylindrical-coordinate representation of color #11402F: hue angle of 158.3º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11402F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 47 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.75 |
| HSL | 158.3º | 0.58% | 0.16% | - |
| HSV(B) | 158.3º | 0.73% | 0.25% | - |
| XYZ | 2.58 | 3.99 | 3.32 | - |
| YUV | 48.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 47 | 0.73 | 0 | 0.27 | 0.75 | 158.3 | 0.58 | 0.16 |
| Hex | 11 | 40 | 2F | 49 | 0 | 1B | 4B | 9E | 3A | 10 |
| Octal | 21 | 100 | 57 | 111 | 0 | 33 | 113 | 236 | 72 | 20 |
| Binary | 10001 | 1000000 | 101111 | 1001001 | 0 | 11011 | 1001011 | 10011110 | 111010 | 10000 |
Color Harmonies of #11402F
Complementary color
Monochromatic Colors of #11402F
Black with #11402F
Text Example
Text Example
White with #11402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11402F; }
p { color: rgb(17,64,47); }
H1.HeaderClassName
{
color: #11402F;
}
.AnyTagClassName
{
color: #11402F;
}
</style>
background-color css
<style>
a { background-color: #11402F; }
a { background-color: rgb(17,64,47); }
div.DivClassName
{
background-color: #11402F;
}
.BgClassName
{
background-color: #11402F;
}
</style>
border-color css
<style>
span { border-color: #11402F; }
span { border-color: rgb(17,64,47); }
td.TdClassName
{
border-color: #11402F;
}
.TagClassName
{
border-color: #11402F;
}
</style>