Shades of Dark Green #0D2C26
Tints of Dark Green #0D2C26
RGB
CMYK
RGB Variations
Color information
#0D2C26 (or 0x0D2C26) is known color: Dark Green. HEX triplet: 0D, 2C and 26. RGB value is (13,44,38). Sum of RGB (Red+Green+Blue) = 13+44+38=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C26 is #F2D3D9. Grayscale: #222222. Windows color (decimal): -15913946 or 2501645. OLE color: 2501645.
HSL color Cylindrical-coordinate representation of color #0D2C26: hue angle of 168.39º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2C26 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 44 | 38 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.83 |
| HSL | 168.39º | 0.54% | 0.11% | - |
| HSV(B) | 168.39º | 0.7% | 0.17% | - |
| XYZ | 1.42 | 2.03 | 2.15 | - |
| YUV | 34.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 38 | 0.70 | 0 | 0.14 | 0.83 | 168.39 | 0.54 | 0.11 |
| Hex | D | 2C | 26 | 46 | 0 | E | 53 | A8 | 36 | B |
| Octal | 15 | 54 | 46 | 106 | 0 | 16 | 123 | 250 | 66 | 13 |
| Binary | 1101 | 101100 | 100110 | 1000110 | 0 | 1110 | 1010011 | 10101000 | 110110 | 1011 |
Color Harmonies of #0D2C26
Complementary color
Monochromatic Colors of #0D2C26
Black with #0D2C26
Text Example
Text Example
White with #0D2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C26; }
p { color: rgb(13,44,38); }
H1.HeaderClassName
{
color: #0D2C26;
}
.AnyTagClassName
{
color: #0D2C26;
}
</style>
background-color css
<style>
a { background-color: #0D2C26; }
a { background-color: rgb(13,44,38); }
div.DivClassName
{
background-color: #0D2C26;
}
.BgClassName
{
background-color: #0D2C26;
}
</style>
border-color css
<style>
span { border-color: #0D2C26; }
span { border-color: rgb(13,44,38); }
td.TdClassName
{
border-color: #0D2C26;
}
.TagClassName
{
border-color: #0D2C26;
}
</style>