Shades of Dark Green #0D3220
Tints of Dark Green #0D3220
RGB
CMYK
RGB Variations
Color information
#0D3220 (or 0x0D3220) is known color: Dark Green. HEX triplet: 0D, 32 and 20. RGB value is (13,50,32). Sum of RGB (Red+Green+Blue) = 13+50+32=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3220 is #F2CDDF. Grayscale: #242424. Windows color (decimal): -15912416 or 2109965. OLE color: 2109965.
HSL color Cylindrical-coordinate representation of color #0D3220: hue angle of 150.81º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D3220 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 32 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.80 |
| HSL | 150.81º | 0.59% | 0.12% | - |
| HSV(B) | 150.81º | 0.74% | 0.2% | - |
| XYZ | 1.57 | 2.47 | 1.76 | - |
| YUV | 36.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 32 | 0.74 | 0 | 0.36 | 0.80 | 150.81 | 0.59 | 0.12 |
| Hex | D | 32 | 20 | 4A | 0 | 24 | 50 | 97 | 3B | C |
| Octal | 15 | 62 | 40 | 112 | 0 | 44 | 120 | 227 | 73 | 14 |
| Binary | 1101 | 110010 | 100000 | 1001010 | 0 | 100100 | 1010000 | 10010111 | 111011 | 1100 |
Color Harmonies of #0D3220
Complementary color
Monochromatic Colors of #0D3220
Black with #0D3220
Text Example
Text Example
White with #0D3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3220; }
p { color: rgb(13,50,32); }
H1.HeaderClassName
{
color: #0D3220;
}
.AnyTagClassName
{
color: #0D3220;
}
</style>
background-color css
<style>
a { background-color: #0D3220; }
a { background-color: rgb(13,50,32); }
div.DivClassName
{
background-color: #0D3220;
}
.BgClassName
{
background-color: #0D3220;
}
</style>
border-color css
<style>
span { border-color: #0D3220; }
span { border-color: rgb(13,50,32); }
td.TdClassName
{
border-color: #0D3220;
}
.TagClassName
{
border-color: #0D3220;
}
</style>