Shades of Dark Green #0D3829
Tints of Dark Green #0D3829
RGB
CMYK
RGB Variations
Color information
#0D3829 (or 0x0D3829) is known color: Dark Green. HEX triplet: 0D, 38 and 29. RGB value is (13,56,41). Sum of RGB (Red+Green+Blue) = 13+56+41=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3829 is #F2C7D6. Grayscale: #292929. Windows color (decimal): -15910871 or 2701325. OLE color: 2701325.
HSL color Cylindrical-coordinate representation of color #0D3829: hue angle of 159.07º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3829 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 41 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.78 |
| HSL | 159.07º | 0.62% | 0.14% | - |
| HSV(B) | 159.07º | 0.77% | 0.22% | - |
| XYZ | 1.98 | 3.07 | 2.59 | - |
| YUV | 41.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 41 | 0.77 | 0 | 0.27 | 0.78 | 159.07 | 0.62 | 0.14 |
| Hex | D | 38 | 29 | 4D | 0 | 1B | 4E | 9F | 3E | E |
| Octal | 15 | 70 | 51 | 115 | 0 | 33 | 116 | 237 | 76 | 16 |
| Binary | 1101 | 111000 | 101001 | 1001101 | 0 | 11011 | 1001110 | 10011111 | 111110 | 1110 |
Color Harmonies of #0D3829
Complementary color
Monochromatic Colors of #0D3829
Black with #0D3829
Text Example
Text Example
White with #0D3829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3829; }
p { color: rgb(13,56,41); }
H1.HeaderClassName
{
color: #0D3829;
}
.AnyTagClassName
{
color: #0D3829;
}
</style>
background-color css
<style>
a { background-color: #0D3829; }
a { background-color: rgb(13,56,41); }
div.DivClassName
{
background-color: #0D3829;
}
.BgClassName
{
background-color: #0D3829;
}
</style>
border-color css
<style>
span { border-color: #0D3829; }
span { border-color: rgb(13,56,41); }
td.TdClassName
{
border-color: #0D3829;
}
.TagClassName
{
border-color: #0D3829;
}
</style>