Shades of Sherwood Green #103E2F
Tints of Sherwood Green #103E2F
RGB
CMYK
RGB Variations
Color information
#103E2F (or 0x103E2F) is known color: Sherwood Green. HEX triplet: 10, 3E and 2F. RGB value is (16,62,47). Sum of RGB (Red+Green+Blue) = 16+62+47=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #103E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E2F is #EFC1D0. Grayscale: #2E2E2E. Windows color (decimal): -15712721 or 3096080. OLE color: 3096080.
HSL color Cylindrical-coordinate representation of color #103E2F: hue angle of 160.43º 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 #103E2F is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 47 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.76 |
| HSL | 160.43º | 0.59% | 0.15% | - |
| HSV(B) | 160.43º | 0.74% | 0.24% | - |
| XYZ | 2.45 | 3.76 | 3.29 | - |
| YUV | 46.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 47 | 0.74 | 0 | 0.24 | 0.76 | 160.43 | 0.59 | 0.15 |
| Hex | 10 | 3E | 2F | 4A | 0 | 18 | 4C | A0 | 3B | F |
| Octal | 20 | 76 | 57 | 112 | 0 | 30 | 114 | 240 | 73 | 17 |
| Binary | 10000 | 111110 | 101111 | 1001010 | 0 | 11000 | 1001100 | 10100000 | 111011 | 1111 |
Color Harmonies of #103E2F
Complementary color
Monochromatic Colors of #103E2F
Black with #103E2F
Text Example
Text Example
White with #103E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E2F; }
p { color: rgb(16,62,47); }
H1.HeaderClassName
{
color: #103E2F;
}
.AnyTagClassName
{
color: #103E2F;
}
</style>
background-color css
<style>
a { background-color: #103E2F; }
a { background-color: rgb(16,62,47); }
div.DivClassName
{
background-color: #103E2F;
}
.BgClassName
{
background-color: #103E2F;
}
</style>
border-color css
<style>
span { border-color: #103E2F; }
span { border-color: rgb(16,62,47); }
td.TdClassName
{
border-color: #103E2F;
}
.TagClassName
{
border-color: #103E2F;
}
</style>