Shades of Dark Green #0D2A22
Tints of Dark Green #0D2A22
RGB
CMYK
RGB Variations
Color information
#0D2A22 (or 0x0D2A22) is known color: Dark Green. HEX triplet: 0D, 2A and 22. RGB value is (13,42,34). Sum of RGB (Red+Green+Blue) = 13+42+34=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #0D2A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A22 is #F2D5DD. Grayscale: #202020. Windows color (decimal): -15914462 or 2238989. OLE color: 2238989.
HSL color Cylindrical-coordinate representation of color #0D2A22: hue angle of 163.45º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D2A22 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 42 | 34 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.84 |
| HSL | 163.45º | 0.53% | 0.11% | - |
| HSV(B) | 163.45º | 0.69% | 0.16% | - |
| XYZ | 1.28 | 1.86 | 1.8 | - |
| YUV | 32.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 34 | 0.69 | 0 | 0.19 | 0.84 | 163.45 | 0.53 | 0.11 |
| Hex | D | 2A | 22 | 45 | 0 | 13 | 54 | A3 | 35 | B |
| Octal | 15 | 52 | 42 | 105 | 0 | 23 | 124 | 243 | 65 | 13 |
| Binary | 1101 | 101010 | 100010 | 1000101 | 0 | 10011 | 1010100 | 10100011 | 110101 | 1011 |
Color Harmonies of #0D2A22
Complementary color
Monochromatic Colors of #0D2A22
Black with #0D2A22
Text Example
Text Example
White with #0D2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A22; }
p { color: rgb(13,42,34); }
H1.HeaderClassName
{
color: #0D2A22;
}
.AnyTagClassName
{
color: #0D2A22;
}
</style>
background-color css
<style>
a { background-color: #0D2A22; }
a { background-color: rgb(13,42,34); }
div.DivClassName
{
background-color: #0D2A22;
}
.BgClassName
{
background-color: #0D2A22;
}
</style>
border-color css
<style>
span { border-color: #0D2A22; }
span { border-color: rgb(13,42,34); }
td.TdClassName
{
border-color: #0D2A22;
}
.TagClassName
{
border-color: #0D2A22;
}
</style>