Shades of Dark Green #0D2D26
Tints of Dark Green #0D2D26
RGB
CMYK
RGB Variations
Color information
#0D2D26 (or 0x0D2D26) is known color: Dark Green. HEX triplet: 0D, 2D and 26. RGB value is (13,45,38). Sum of RGB (Red+Green+Blue) = 13+45+38=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D26 is #F2D2D9. Grayscale: #222222. Windows color (decimal): -15913690 or 2501901. OLE color: 2501901.
HSL color Cylindrical-coordinate representation of color #0D2D26: hue angle of 166.88º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D26 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 45 | 38 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.82 |
| HSL | 166.88º | 0.55% | 0.11% | - |
| HSV(B) | 166.88º | 0.71% | 0.18% | - |
| XYZ | 1.45 | 2.1 | 2.16 | - |
| YUV | 34.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 38 | 0.71 | 0 | 0.16 | 0.82 | 166.88 | 0.55 | 0.11 |
| Hex | D | 2D | 26 | 47 | 0 | 10 | 52 | A7 | 37 | B |
| Octal | 15 | 55 | 46 | 107 | 0 | 20 | 122 | 247 | 67 | 13 |
| Binary | 1101 | 101101 | 100110 | 1000111 | 0 | 10000 | 1010010 | 10100111 | 110111 | 1011 |
Color Harmonies of #0D2D26
Complementary color
Monochromatic Colors of #0D2D26
Black with #0D2D26
Text Example
Text Example
White with #0D2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D26; }
p { color: rgb(13,45,38); }
H1.HeaderClassName
{
color: #0D2D26;
}
.AnyTagClassName
{
color: #0D2D26;
}
</style>
background-color css
<style>
a { background-color: #0D2D26; }
a { background-color: rgb(13,45,38); }
div.DivClassName
{
background-color: #0D2D26;
}
.BgClassName
{
background-color: #0D2D26;
}
</style>
border-color css
<style>
span { border-color: #0D2D26; }
span { border-color: rgb(13,45,38); }
td.TdClassName
{
border-color: #0D2D26;
}
.TagClassName
{
border-color: #0D2D26;
}
</style>