Shades of Dark Green #0D3120
Tints of Dark Green #0D3120
RGB
CMYK
RGB Variations
Color information
#0D3120 (or 0x0D3120) is known color: Dark Green. HEX triplet: 0D, 31 and 20. RGB value is (13,49,32). Sum of RGB (Red+Green+Blue) = 13+49+32=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3120 is #F2CEDF. Grayscale: #242424. Windows color (decimal): -15912672 or 2109709. OLE color: 2109709.
HSL color Cylindrical-coordinate representation of color #0D3120: hue angle of 151.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3120 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 32 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.81 |
| HSL | 151.67º | 0.58% | 0.12% | - |
| HSV(B) | 151.67º | 0.73% | 0.19% | - |
| XYZ | 1.53 | 2.39 | 1.75 | - |
| YUV | 36.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 32 | 0.73 | 0 | 0.35 | 0.81 | 151.67 | 0.58 | 0.12 |
| Hex | D | 31 | 20 | 49 | 0 | 23 | 51 | 98 | 3A | C |
| Octal | 15 | 61 | 40 | 111 | 0 | 43 | 121 | 230 | 72 | 14 |
| Binary | 1101 | 110001 | 100000 | 1001001 | 0 | 100011 | 1010001 | 10011000 | 111010 | 1100 |
Color Harmonies of #0D3120
Complementary color
Monochromatic Colors of #0D3120
Black with #0D3120
Text Example
Text Example
White with #0D3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3120; }
p { color: rgb(13,49,32); }
H1.HeaderClassName
{
color: #0D3120;
}
.AnyTagClassName
{
color: #0D3120;
}
</style>
background-color css
<style>
a { background-color: #0D3120; }
a { background-color: rgb(13,49,32); }
div.DivClassName
{
background-color: #0D3120;
}
.BgClassName
{
background-color: #0D3120;
}
</style>
border-color css
<style>
span { border-color: #0D3120; }
span { border-color: rgb(13,49,32); }
td.TdClassName
{
border-color: #0D3120;
}
.TagClassName
{
border-color: #0D3120;
}
</style>