Shades of Dark Green #0D3028
Tints of Dark Green #0D3028
RGB
CMYK
RGB Variations
Color information
#0D3028 (or 0x0D3028) is known color: Dark Green. HEX triplet: 0D, 30 and 28. RGB value is (13,48,40). Sum of RGB (Red+Green+Blue) = 13+48+40=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3028 is #F2CFD7. Grayscale: #242424. Windows color (decimal): -15912920 or 2633741. OLE color: 2633741.
HSL color Cylindrical-coordinate representation of color #0D3028: hue angle of 166.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3028 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 40 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.81 |
| HSL | 166.29º | 0.57% | 0.12% | - |
| HSV(B) | 166.29º | 0.73% | 0.19% | - |
| XYZ | 1.61 | 2.35 | 2.38 | - |
| YUV | 36.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 40 | 0.73 | 0 | 0.17 | 0.81 | 166.29 | 0.57 | 0.12 |
| Hex | D | 30 | 28 | 49 | 0 | 11 | 51 | A6 | 39 | C |
| Octal | 15 | 60 | 50 | 111 | 0 | 21 | 121 | 246 | 71 | 14 |
| Binary | 1101 | 110000 | 101000 | 1001001 | 0 | 10001 | 1010001 | 10100110 | 111001 | 1100 |
Color Harmonies of #0D3028
Complementary color
Monochromatic Colors of #0D3028
Black with #0D3028
Text Example
Text Example
White with #0D3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3028; }
p { color: rgb(13,48,40); }
H1.HeaderClassName
{
color: #0D3028;
}
.AnyTagClassName
{
color: #0D3028;
}
</style>
background-color css
<style>
a { background-color: #0D3028; }
a { background-color: rgb(13,48,40); }
div.DivClassName
{
background-color: #0D3028;
}
.BgClassName
{
background-color: #0D3028;
}
</style>
border-color css
<style>
span { border-color: #0D3028; }
span { border-color: rgb(13,48,40); }
td.TdClassName
{
border-color: #0D3028;
}
.TagClassName
{
border-color: #0D3028;
}
</style>