Shades of Dark Green #0D2618
Tints of Dark Green #0D2618
RGB
CMYK
RGB Variations
Color information
#0D2618 (or 0x0D2618) is known color: Dark Green. HEX triplet: 0D, 26 and 18. RGB value is (13,38,24). Sum of RGB (Red+Green+Blue) = 13+38+24=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2618 is #F2D9E7. Grayscale: #1C1C1C. Windows color (decimal): -15915496 or 1582605. OLE color: 1582605.
HSL color Cylindrical-coordinate representation of color #0D2618: hue angle of 146.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D2618 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 24 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.85 |
| HSL | 146.4º | 0.49% | 0.1% | - |
| HSV(B) | 146.4º | 0.66% | 0.15% | - |
| XYZ | 1.02 | 1.54 | 1.11 | - |
| YUV | 28.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 24 | 0.66 | 0 | 0.37 | 0.85 | 146.4 | 0.49 | 0.1 |
| Hex | D | 26 | 18 | 42 | 0 | 25 | 55 | 92 | 31 | A |
| Octal | 15 | 46 | 30 | 102 | 0 | 45 | 125 | 222 | 61 | 12 |
| Binary | 1101 | 100110 | 11000 | 1000010 | 0 | 100101 | 1010101 | 10010010 | 110001 | 1010 |
Color Harmonies of #0D2618
Complementary color
Monochromatic Colors of #0D2618
Black with #0D2618
Text Example
Text Example
White with #0D2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2618; }
p { color: rgb(13,38,24); }
H1.HeaderClassName
{
color: #0D2618;
}
.AnyTagClassName
{
color: #0D2618;
}
</style>
background-color css
<style>
a { background-color: #0D2618; }
a { background-color: rgb(13,38,24); }
div.DivClassName
{
background-color: #0D2618;
}
.BgClassName
{
background-color: #0D2618;
}
</style>
border-color css
<style>
span { border-color: #0D2618; }
span { border-color: rgb(13,38,24); }
td.TdClassName
{
border-color: #0D2618;
}
.TagClassName
{
border-color: #0D2618;
}
</style>