Shades of Dark Green #0D2418
Tints of Dark Green #0D2418
RGB
CMYK
RGB Variations
Color information
#0D2418 (or 0x0D2418) is known color: Dark Green. HEX triplet: 0D, 24 and 18. RGB value is (13,36,24). Sum of RGB (Red+Green+Blue) = 13+36+24=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2418 is #F2DBE7. Grayscale: #1B1B1B. Windows color (decimal): -15916008 or 1582093. OLE color: 1582093.
HSL color Cylindrical-coordinate representation of color #0D2418: hue angle of 148.7º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D2418 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 24 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.86 |
| HSL | 148.7º | 0.47% | 0.1% | - |
| HSV(B) | 148.7º | 0.64% | 0.14% | - |
| XYZ | 0.96 | 1.41 | 1.09 | - |
| YUV | 27.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 24 | 0.64 | 0 | 0.33 | 0.86 | 148.7 | 0.47 | 0.1 |
| Hex | D | 24 | 18 | 40 | 0 | 21 | 56 | 95 | 2F | A |
| Octal | 15 | 44 | 30 | 100 | 0 | 41 | 126 | 225 | 57 | 12 |
| Binary | 1101 | 100100 | 11000 | 1000000 | 0 | 100001 | 1010110 | 10010101 | 101111 | 1010 |
Color Harmonies of #0D2418
Complementary color
Monochromatic Colors of #0D2418
Black with #0D2418
Text Example
Text Example
White with #0D2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2418; }
p { color: rgb(13,36,24); }
H1.HeaderClassName
{
color: #0D2418;
}
.AnyTagClassName
{
color: #0D2418;
}
</style>
background-color css
<style>
a { background-color: #0D2418; }
a { background-color: rgb(13,36,24); }
div.DivClassName
{
background-color: #0D2418;
}
.BgClassName
{
background-color: #0D2418;
}
</style>
border-color css
<style>
span { border-color: #0D2418; }
span { border-color: rgb(13,36,24); }
td.TdClassName
{
border-color: #0D2418;
}
.TagClassName
{
border-color: #0D2418;
}
</style>