Shades of Dark Green #0D2824
Tints of Dark Green #0D2824
RGB
CMYK
RGB Variations
Color information
#0D2824 (or 0x0D2824) is known color: Dark Green. HEX triplet: 0D, 28 and 24. RGB value is (13,40,36). Sum of RGB (Red+Green+Blue) = 13+40+36=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2824 is #F2D7DB. Grayscale: #1F1F1F. Windows color (decimal): -15914972 or 2369549. OLE color: 2369549.
HSL color Cylindrical-coordinate representation of color #0D2824: hue angle of 171.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2824 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 40 | 36 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.84 |
| HSL | 171.11º | 0.51% | 0.1% | - |
| HSV(B) | 171.11º | 0.68% | 0.16% | - |
| XYZ | 1.24 | 1.73 | 1.94 | - |
| YUV | 31.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 36 | 0.67 | 0 | 0.10 | 0.84 | 171.11 | 0.51 | 0.1 |
| Hex | D | 28 | 24 | 43 | 0 | A | 54 | AB | 33 | A |
| Octal | 15 | 50 | 44 | 103 | 0 | 12 | 124 | 253 | 63 | 12 |
| Binary | 1101 | 101000 | 100100 | 1000011 | 0 | 1010 | 1010100 | 10101011 | 110011 | 1010 |
Color Harmonies of #0D2824
Complementary color
Monochromatic Colors of #0D2824
Black with #0D2824
Text Example
Text Example
White with #0D2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2824; }
p { color: rgb(13,40,36); }
H1.HeaderClassName
{
color: #0D2824;
}
.AnyTagClassName
{
color: #0D2824;
}
</style>
background-color css
<style>
a { background-color: #0D2824; }
a { background-color: rgb(13,40,36); }
div.DivClassName
{
background-color: #0D2824;
}
.BgClassName
{
background-color: #0D2824;
}
</style>
border-color css
<style>
span { border-color: #0D2824; }
span { border-color: rgb(13,40,36); }
td.TdClassName
{
border-color: #0D2824;
}
.TagClassName
{
border-color: #0D2824;
}
</style>