Shades of Sherwood Green #103F31
Tints of Sherwood Green #103F31
RGB
CMYK
RGB Variations
Color information
#103F31 (or 0x103F31) is known color: Sherwood Green. HEX triplet: 10, 3F and 31. RGB value is (16,63,49). Sum of RGB (Red+Green+Blue) = 16+63+49=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #103F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F31 is #EFC0CE. Grayscale: #2F2F2F. Windows color (decimal): -15712463 or 3227408. OLE color: 3227408.
HSL color Cylindrical-coordinate representation of color #103F31: hue angle of 162.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F31 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 49 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.75 |
| HSL | 162.13º | 0.59% | 0.15% | - |
| HSV(B) | 162.13º | 0.75% | 0.25% | - |
| XYZ | 2.55 | 3.89 | 3.52 | - |
| YUV | 47.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 49 | 0.75 | 0 | 0.22 | 0.75 | 162.13 | 0.59 | 0.15 |
| Hex | 10 | 3F | 31 | 4B | 0 | 16 | 4B | A2 | 3B | F |
| Octal | 20 | 77 | 61 | 113 | 0 | 26 | 113 | 242 | 73 | 17 |
| Binary | 10000 | 111111 | 110001 | 1001011 | 0 | 10110 | 1001011 | 10100010 | 111011 | 1111 |
Color Harmonies of #103F31
Complementary color
Monochromatic Colors of #103F31
Black with #103F31
Text Example
Text Example
White with #103F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F31; }
p { color: rgb(16,63,49); }
H1.HeaderClassName
{
color: #103F31;
}
.AnyTagClassName
{
color: #103F31;
}
</style>
background-color css
<style>
a { background-color: #103F31; }
a { background-color: rgb(16,63,49); }
div.DivClassName
{
background-color: #103F31;
}
.BgClassName
{
background-color: #103F31;
}
</style>
border-color css
<style>
span { border-color: #103F31; }
span { border-color: rgb(16,63,49); }
td.TdClassName
{
border-color: #103F31;
}
.TagClassName
{
border-color: #103F31;
}
</style>