Shades of Dark Green #0D3629
Tints of Dark Green #0D3629
RGB
CMYK
RGB Variations
Color information
#0D3629 (or 0x0D3629) is known color: Dark Green. HEX triplet: 0D, 36 and 29. RGB value is (13,54,41). Sum of RGB (Red+Green+Blue) = 13+54+41=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #0D3629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3629 is #F2C9D6. Grayscale: #282828. Windows color (decimal): -15911383 or 2700813. OLE color: 2700813.
HSL color Cylindrical-coordinate representation of color #0D3629: hue angle of 160.98º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3629 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 54 | 41 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.79 |
| HSL | 160.98º | 0.61% | 0.13% | - |
| HSV(B) | 160.98º | 0.76% | 0.21% | - |
| XYZ | 1.89 | 2.88 | 2.56 | - |
| YUV | 40.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 41 | 0.76 | 0 | 0.24 | 0.79 | 160.98 | 0.61 | 0.13 |
| Hex | D | 36 | 29 | 4C | 0 | 18 | 4F | A1 | 3D | D |
| Octal | 15 | 66 | 51 | 114 | 0 | 30 | 117 | 241 | 75 | 15 |
| Binary | 1101 | 110110 | 101001 | 1001100 | 0 | 11000 | 1001111 | 10100001 | 111101 | 1101 |
Color Harmonies of #0D3629
Complementary color
Monochromatic Colors of #0D3629
Black with #0D3629
Text Example
Text Example
White with #0D3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3629; }
p { color: rgb(13,54,41); }
H1.HeaderClassName
{
color: #0D3629;
}
.AnyTagClassName
{
color: #0D3629;
}
</style>
background-color css
<style>
a { background-color: #0D3629; }
a { background-color: rgb(13,54,41); }
div.DivClassName
{
background-color: #0D3629;
}
.BgClassName
{
background-color: #0D3629;
}
</style>
border-color css
<style>
span { border-color: #0D3629; }
span { border-color: rgb(13,54,41); }
td.TdClassName
{
border-color: #0D3629;
}
.TagClassName
{
border-color: #0D3629;
}
</style>