Shades of Sherwood Green #0D3E2F
Tints of Sherwood Green #0D3E2F
RGB
CMYK
RGB Variations
Color information
#0D3E2F (or 0x0D3E2F) is known color: Sherwood Green. HEX triplet: 0D, 3E and 2F. RGB value is (13,62,47). Sum of RGB (Red+Green+Blue) = 13+62+47=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E2F is #F2C1D0. Grayscale: #2D2D2D. Windows color (decimal): -15909329 or 3096077. OLE color: 3096077.
HSL color Cylindrical-coordinate representation of color #0D3E2F: hue angle of 161.63º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3E2F is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 47 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.76 |
| HSL | 161.63º | 0.65% | 0.15% | - |
| HSV(B) | 161.63º | 0.79% | 0.24% | - |
| XYZ | 2.4 | 3.74 | 3.28 | - |
| YUV | 45.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 47 | 0.79 | 0 | 0.24 | 0.76 | 161.63 | 0.65 | 0.15 |
| Hex | D | 3E | 2F | 4F | 0 | 18 | 4C | A2 | 41 | F |
| Octal | 15 | 76 | 57 | 117 | 0 | 30 | 114 | 242 | 101 | 17 |
| Binary | 1101 | 111110 | 101111 | 1001111 | 0 | 11000 | 1001100 | 10100010 | 1000001 | 1111 |
Color Harmonies of #0D3E2F
Complementary color
Monochromatic Colors of #0D3E2F
Black with #0D3E2F
Text Example
Text Example
White with #0D3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E2F; }
p { color: rgb(13,62,47); }
H1.HeaderClassName
{
color: #0D3E2F;
}
.AnyTagClassName
{
color: #0D3E2F;
}
</style>
background-color css
<style>
a { background-color: #0D3E2F; }
a { background-color: rgb(13,62,47); }
div.DivClassName
{
background-color: #0D3E2F;
}
.BgClassName
{
background-color: #0D3E2F;
}
</style>
border-color css
<style>
span { border-color: #0D3E2F; }
span { border-color: rgb(13,62,47); }
td.TdClassName
{
border-color: #0D3E2F;
}
.TagClassName
{
border-color: #0D3E2F;
}
</style>