Shades of Dark Green #0D2A26
Tints of Dark Green #0D2A26
RGB
CMYK
RGB Variations
Color information
#0D2A26 (or 0x0D2A26) is known color: Dark Green. HEX triplet: 0D, 2A and 26. RGB value is (13,42,38). Sum of RGB (Red+Green+Blue) = 13+42+38=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #0D2A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A26 is #F2D5D9. Grayscale: #202020. Windows color (decimal): -15914458 or 2501133. OLE color: 2501133.
HSL color Cylindrical-coordinate representation of color #0D2A26: hue angle of 171.72º 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 #0D2A26 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 42 | 38 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.84 |
| HSL | 171.72º | 0.53% | 0.11% | - |
| HSV(B) | 171.72º | 0.69% | 0.16% | - |
| XYZ | 1.34 | 1.88 | 2.13 | - |
| YUV | 32.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 38 | 0.69 | 0 | 0.10 | 0.84 | 171.72 | 0.53 | 0.11 |
| Hex | D | 2A | 26 | 45 | 0 | A | 54 | AC | 35 | B |
| Octal | 15 | 52 | 46 | 105 | 0 | 12 | 124 | 254 | 65 | 13 |
| Binary | 1101 | 101010 | 100110 | 1000101 | 0 | 1010 | 1010100 | 10101100 | 110101 | 1011 |
Color Harmonies of #0D2A26
Complementary color
Monochromatic Colors of #0D2A26
Black with #0D2A26
Text Example
Text Example
White with #0D2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A26; }
p { color: rgb(13,42,38); }
H1.HeaderClassName
{
color: #0D2A26;
}
.AnyTagClassName
{
color: #0D2A26;
}
</style>
background-color css
<style>
a { background-color: #0D2A26; }
a { background-color: rgb(13,42,38); }
div.DivClassName
{
background-color: #0D2A26;
}
.BgClassName
{
background-color: #0D2A26;
}
</style>
border-color css
<style>
span { border-color: #0D2A26; }
span { border-color: rgb(13,42,38); }
td.TdClassName
{
border-color: #0D2A26;
}
.TagClassName
{
border-color: #0D2A26;
}
</style>