Shades of Dark Green #0D3728
Tints of Dark Green #0D3728
RGB
CMYK
RGB Variations
Color information
#0D3728 (or 0x0D3728) is known color: Dark Green. HEX triplet: 0D, 37 and 28. RGB value is (13,55,40). Sum of RGB (Red+Green+Blue) = 13+55+40=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3728 is #F2C8D7. Grayscale: #282828. Windows color (decimal): -15911128 or 2635533. OLE color: 2635533.
HSL color Cylindrical-coordinate representation of color #0D3728: hue angle of 158.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3728 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 40 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.78 |
| HSL | 158.57º | 0.62% | 0.13% | - |
| HSV(B) | 158.57º | 0.76% | 0.22% | - |
| XYZ | 1.92 | 2.97 | 2.48 | - |
| YUV | 40.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 40 | 0.76 | 0 | 0.27 | 0.78 | 158.57 | 0.62 | 0.13 |
| Hex | D | 37 | 28 | 4C | 0 | 1B | 4E | 9F | 3E | D |
| Octal | 15 | 67 | 50 | 114 | 0 | 33 | 116 | 237 | 76 | 15 |
| Binary | 1101 | 110111 | 101000 | 1001100 | 0 | 11011 | 1001110 | 10011111 | 111110 | 1101 |
Color Harmonies of #0D3728
Complementary color
Monochromatic Colors of #0D3728
Black with #0D3728
Text Example
Text Example
White with #0D3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3728; }
p { color: rgb(13,55,40); }
H1.HeaderClassName
{
color: #0D3728;
}
.AnyTagClassName
{
color: #0D3728;
}
</style>
background-color css
<style>
a { background-color: #0D3728; }
a { background-color: rgb(13,55,40); }
div.DivClassName
{
background-color: #0D3728;
}
.BgClassName
{
background-color: #0D3728;
}
</style>
border-color css
<style>
span { border-color: #0D3728; }
span { border-color: rgb(13,55,40); }
td.TdClassName
{
border-color: #0D3728;
}
.TagClassName
{
border-color: #0D3728;
}
</style>