Shades of Dark Green #0D3328
Tints of Dark Green #0D3328
RGB
CMYK
RGB Variations
Color information
#0D3328 (or 0x0D3328) is known color: Dark Green. HEX triplet: 0D, 33 and 28. RGB value is (13,51,40). Sum of RGB (Red+Green+Blue) = 13+51+40=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3328 is #F2CCD7. Grayscale: #262626. Windows color (decimal): -15912152 or 2634509. OLE color: 2634509.
HSL color Cylindrical-coordinate representation of color #0D3328: hue angle of 162.63º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3328 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 40 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.8 |
| HSL | 162.63º | 0.59% | 0.13% | - |
| HSV(B) | 162.63º | 0.75% | 0.2% | - |
| XYZ | 1.73 | 2.61 | 2.42 | - |
| YUV | 38.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 40 | 0.75 | 0 | 0.22 | 0.8 | 162.63 | 0.59 | 0.13 |
| Hex | D | 33 | 28 | 4B | 0 | 16 | 50 | A3 | 3B | D |
| Octal | 15 | 63 | 50 | 113 | 0 | 26 | 120 | 243 | 73 | 15 |
| Binary | 1101 | 110011 | 101000 | 1001011 | 0 | 10110 | 1010000 | 10100011 | 111011 | 1101 |
Color Harmonies of #0D3328
Complementary color
Monochromatic Colors of #0D3328
Black with #0D3328
Text Example
Text Example
White with #0D3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3328; }
p { color: rgb(13,51,40); }
H1.HeaderClassName
{
color: #0D3328;
}
.AnyTagClassName
{
color: #0D3328;
}
</style>
background-color css
<style>
a { background-color: #0D3328; }
a { background-color: rgb(13,51,40); }
div.DivClassName
{
background-color: #0D3328;
}
.BgClassName
{
background-color: #0D3328;
}
</style>
border-color css
<style>
span { border-color: #0D3328; }
span { border-color: rgb(13,51,40); }
td.TdClassName
{
border-color: #0D3328;
}
.TagClassName
{
border-color: #0D3328;
}
</style>