Shades of Dark Green #0D3126
Tints of Dark Green #0D3126
RGB
CMYK
RGB Variations
Color information
#0D3126 (or 0x0D3126) is known color: Dark Green. HEX triplet: 0D, 31 and 26. RGB value is (13,49,38). Sum of RGB (Red+Green+Blue) = 13+49+38=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3126 is #F2CED9. Grayscale: #242424. Windows color (decimal): -15912666 or 2502925. OLE color: 2502925.
HSL color Cylindrical-coordinate representation of color #0D3126: hue angle of 161.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3126 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 38 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.81 |
| HSL | 161.67º | 0.58% | 0.12% | - |
| HSV(B) | 161.67º | 0.73% | 0.19% | - |
| XYZ | 1.61 | 2.42 | 2.22 | - |
| YUV | 36.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 38 | 0.73 | 0 | 0.22 | 0.81 | 161.67 | 0.58 | 0.12 |
| Hex | D | 31 | 26 | 49 | 0 | 16 | 51 | A2 | 3A | C |
| Octal | 15 | 61 | 46 | 111 | 0 | 26 | 121 | 242 | 72 | 14 |
| Binary | 1101 | 110001 | 100110 | 1001001 | 0 | 10110 | 1010001 | 10100010 | 111010 | 1100 |
Color Harmonies of #0D3126
Complementary color
Monochromatic Colors of #0D3126
Black with #0D3126
Text Example
Text Example
White with #0D3126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3126; }
p { color: rgb(13,49,38); }
H1.HeaderClassName
{
color: #0D3126;
}
.AnyTagClassName
{
color: #0D3126;
}
</style>
background-color css
<style>
a { background-color: #0D3126; }
a { background-color: rgb(13,49,38); }
div.DivClassName
{
background-color: #0D3126;
}
.BgClassName
{
background-color: #0D3126;
}
</style>
border-color css
<style>
span { border-color: #0D3126; }
span { border-color: rgb(13,49,38); }
td.TdClassName
{
border-color: #0D3126;
}
.TagClassName
{
border-color: #0D3126;
}
</style>