Shades of Dark Green #0D291F
Tints of Dark Green #0D291F
RGB
CMYK
RGB Variations
Color information
#0D291F (or 0x0D291F) is known color: Dark Green. HEX triplet: 0D, 29 and 1F. RGB value is (13,41,31). Sum of RGB (Red+Green+Blue) = 13+41+31=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #0D291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D291F is #F2D6E0. Grayscale: #1F1F1F. Windows color (decimal): -15914721 or 2042125. OLE color: 2042125.
HSL color Cylindrical-coordinate representation of color #0D291F: hue angle of 158.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D291F is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 31 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.84 |
| HSL | 158.57º | 0.52% | 0.11% | - |
| HSV(B) | 158.57º | 0.68% | 0.16% | - |
| XYZ | 1.21 | 1.77 | 1.57 | - |
| YUV | 31.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 31 | 0.68 | 0 | 0.24 | 0.84 | 158.57 | 0.52 | 0.11 |
| Hex | D | 29 | 1F | 44 | 0 | 18 | 54 | 9F | 34 | B |
| Octal | 15 | 51 | 37 | 104 | 0 | 30 | 124 | 237 | 64 | 13 |
| Binary | 1101 | 101001 | 11111 | 1000100 | 0 | 11000 | 1010100 | 10011111 | 110100 | 1011 |
Color Harmonies of #0D291F
Complementary color
Monochromatic Colors of #0D291F
Black with #0D291F
Text Example
Text Example
White with #0D291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D291F; }
p { color: rgb(13,41,31); }
H1.HeaderClassName
{
color: #0D291F;
}
.AnyTagClassName
{
color: #0D291F;
}
</style>
background-color css
<style>
a { background-color: #0D291F; }
a { background-color: rgb(13,41,31); }
div.DivClassName
{
background-color: #0D291F;
}
.BgClassName
{
background-color: #0D291F;
}
</style>
border-color css
<style>
span { border-color: #0D291F; }
span { border-color: rgb(13,41,31); }
td.TdClassName
{
border-color: #0D291F;
}
.TagClassName
{
border-color: #0D291F;
}
</style>