Shades of Dark Green #0D2921
Tints of Dark Green #0D2921
RGB
CMYK
RGB Variations
Color information
#0D2921 (or 0x0D2921) is known color: Dark Green. HEX triplet: 0D, 29 and 21. RGB value is (13,41,33). Sum of RGB (Red+Green+Blue) = 13+41+33=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2921 is #F2D6DE. Grayscale: #1F1F1F. Windows color (decimal): -15914719 or 2173197. OLE color: 2173197.
HSL color Cylindrical-coordinate representation of color #0D2921: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2921 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 33 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.84 |
| HSL | 162.86º | 0.52% | 0.11% | - |
| HSV(B) | 162.86º | 0.68% | 0.16% | - |
| XYZ | 1.23 | 1.78 | 1.72 | - |
| YUV | 31.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 33 | 0.68 | 0 | 0.20 | 0.84 | 162.86 | 0.52 | 0.11 |
| Hex | D | 29 | 21 | 44 | 0 | 14 | 54 | A3 | 34 | B |
| Octal | 15 | 51 | 41 | 104 | 0 | 24 | 124 | 243 | 64 | 13 |
| Binary | 1101 | 101001 | 100001 | 1000100 | 0 | 10100 | 1010100 | 10100011 | 110100 | 1011 |
Color Harmonies of #0D2921
Complementary color
Monochromatic Colors of #0D2921
Black with #0D2921
Text Example
Text Example
White with #0D2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2921; }
p { color: rgb(13,41,33); }
H1.HeaderClassName
{
color: #0D2921;
}
.AnyTagClassName
{
color: #0D2921;
}
</style>
background-color css
<style>
a { background-color: #0D2921; }
a { background-color: rgb(13,41,33); }
div.DivClassName
{
background-color: #0D2921;
}
.BgClassName
{
background-color: #0D2921;
}
</style>
border-color css
<style>
span { border-color: #0D2921; }
span { border-color: rgb(13,41,33); }
td.TdClassName
{
border-color: #0D2921;
}
.TagClassName
{
border-color: #0D2921;
}
</style>