Shades of Sherwood Green #103E2E
Tints of Sherwood Green #103E2E
RGB
CMYK
RGB Variations
Color information
#103E2E (or 0x103E2E) is known color: Sherwood Green. HEX triplet: 10, 3E and 2E. RGB value is (16,62,46). Sum of RGB (Red+Green+Blue) = 16+62+46=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #103E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E2E is #EFC1D1. Grayscale: #2E2E2E. Windows color (decimal): -15712722 or 3030544. OLE color: 3030544.
HSL color Cylindrical-coordinate representation of color #103E2E: hue angle of 159.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E2E is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 46 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.76 |
| HSL | 159.13º | 0.59% | 0.15% | - |
| HSV(B) | 159.13º | 0.74% | 0.24% | - |
| XYZ | 2.43 | 3.75 | 3.18 | - |
| YUV | 46.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 46 | 0.74 | 0 | 0.26 | 0.76 | 159.13 | 0.59 | 0.15 |
| Hex | 10 | 3E | 2E | 4A | 0 | 1A | 4C | 9F | 3B | F |
| Octal | 20 | 76 | 56 | 112 | 0 | 32 | 114 | 237 | 73 | 17 |
| Binary | 10000 | 111110 | 101110 | 1001010 | 0 | 11010 | 1001100 | 10011111 | 111011 | 1111 |
Color Harmonies of #103E2E
Complementary color
Monochromatic Colors of #103E2E
Black with #103E2E
Text Example
Text Example
White with #103E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E2E; }
p { color: rgb(16,62,46); }
H1.HeaderClassName
{
color: #103E2E;
}
.AnyTagClassName
{
color: #103E2E;
}
</style>
background-color css
<style>
a { background-color: #103E2E; }
a { background-color: rgb(16,62,46); }
div.DivClassName
{
background-color: #103E2E;
}
.BgClassName
{
background-color: #103E2E;
}
</style>
border-color css
<style>
span { border-color: #103E2E; }
span { border-color: rgb(16,62,46); }
td.TdClassName
{
border-color: #103E2E;
}
.TagClassName
{
border-color: #103E2E;
}
</style>