Shades of Dark Green #0D3121
Tints of Dark Green #0D3121
RGB
CMYK
RGB Variations
Color information
#0D3121 (or 0x0D3121) is known color: Dark Green. HEX triplet: 0D, 31 and 21. RGB value is (13,49,33). Sum of RGB (Red+Green+Blue) = 13+49+33=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3121 is #F2CEDE. Grayscale: #242424. Windows color (decimal): -15912671 or 2175245. OLE color: 2175245.
HSL color Cylindrical-coordinate representation of color #0D3121: hue angle of 153.33º 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 #0D3121 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 33 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.81 |
| HSL | 153.33º | 0.58% | 0.12% | - |
| HSV(B) | 153.33º | 0.73% | 0.19% | - |
| XYZ | 1.54 | 2.39 | 1.82 | - |
| YUV | 36.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 33 | 0.73 | 0 | 0.33 | 0.81 | 153.33 | 0.58 | 0.12 |
| Hex | D | 31 | 21 | 49 | 0 | 21 | 51 | 99 | 3A | C |
| Octal | 15 | 61 | 41 | 111 | 0 | 41 | 121 | 231 | 72 | 14 |
| Binary | 1101 | 110001 | 100001 | 1001001 | 0 | 100001 | 1010001 | 10011001 | 111010 | 1100 |
Color Harmonies of #0D3121
Complementary color
Monochromatic Colors of #0D3121
Black with #0D3121
Text Example
Text Example
White with #0D3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3121; }
p { color: rgb(13,49,33); }
H1.HeaderClassName
{
color: #0D3121;
}
.AnyTagClassName
{
color: #0D3121;
}
</style>
background-color css
<style>
a { background-color: #0D3121; }
a { background-color: rgb(13,49,33); }
div.DivClassName
{
background-color: #0D3121;
}
.BgClassName
{
background-color: #0D3121;
}
</style>
border-color css
<style>
span { border-color: #0D3121; }
span { border-color: rgb(13,49,33); }
td.TdClassName
{
border-color: #0D3121;
}
.TagClassName
{
border-color: #0D3121;
}
</style>