Shades of Sherwood Green #103C2D
Tints of Sherwood Green #103C2D
RGB
CMYK
RGB Variations
Color information
#103C2D (or 0x103C2D) is known color: Sherwood Green. HEX triplet: 10, 3C and 2D. RGB value is (16,60,45). Sum of RGB (Red+Green+Blue) = 16+60+45=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #103C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C2D is #EFC3D2. Grayscale: #2D2D2D. Windows color (decimal): -15713235 or 2964496. OLE color: 2964496.
HSL color Cylindrical-coordinate representation of color #103C2D: hue angle of 159.55º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103C2D is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 60 | 45 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.76 |
| HSL | 159.55º | 0.58% | 0.15% | - |
| HSV(B) | 159.55º | 0.73% | 0.24% | - |
| XYZ | 2.3 | 3.53 | 3.04 | - |
| YUV | 45.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 45 | 0.73 | 0 | 0.25 | 0.76 | 159.55 | 0.58 | 0.15 |
| Hex | 10 | 3C | 2D | 49 | 0 | 19 | 4C | A0 | 3A | F |
| Octal | 20 | 74 | 55 | 111 | 0 | 31 | 114 | 240 | 72 | 17 |
| Binary | 10000 | 111100 | 101101 | 1001001 | 0 | 11001 | 1001100 | 10100000 | 111010 | 1111 |
Color Harmonies of #103C2D
Complementary color
Monochromatic Colors of #103C2D
Black with #103C2D
Text Example
Text Example
White with #103C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C2D; }
p { color: rgb(16,60,45); }
H1.HeaderClassName
{
color: #103C2D;
}
.AnyTagClassName
{
color: #103C2D;
}
</style>
background-color css
<style>
a { background-color: #103C2D; }
a { background-color: rgb(16,60,45); }
div.DivClassName
{
background-color: #103C2D;
}
.BgClassName
{
background-color: #103C2D;
}
</style>
border-color css
<style>
span { border-color: #103C2D; }
span { border-color: rgb(16,60,45); }
td.TdClassName
{
border-color: #103C2D;
}
.TagClassName
{
border-color: #103C2D;
}
</style>