Shades of Dark Green #0D372C
Tints of Dark Green #0D372C
RGB
CMYK
RGB Variations
Color information
#0D372C (or 0x0D372C) is known color: Dark Green. HEX triplet: 0D, 37 and 2C. RGB value is (13,55,44). Sum of RGB (Red+Green+Blue) = 13+55+44=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #0D372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D372C is #F2C8D3. Grayscale: #292929. Windows color (decimal): -15911124 or 2897677. OLE color: 2897677.
HSL color Cylindrical-coordinate representation of color #0D372C: hue angle of 164.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D372C is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 44 | - |
| CMYK | 0.76 | 0 | 0.2 | 0.78 |
| HSL | 164.29º | 0.62% | 0.13% | - |
| HSV(B) | 164.29º | 0.76% | 0.22% | - |
| XYZ | 1.99 | 3 | 2.86 | - |
| YUV | 41.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 44 | 0.76 | 0 | 0.2 | 0.78 | 164.29 | 0.62 | 0.13 |
| Hex | D | 37 | 2C | 4C | 0 | 14 | 4E | A4 | 3E | D |
| Octal | 15 | 67 | 54 | 114 | 0 | 24 | 116 | 244 | 76 | 15 |
| Binary | 1101 | 110111 | 101100 | 1001100 | 0 | 10100 | 1001110 | 10100100 | 111110 | 1101 |
Color Harmonies of #0D372C
Complementary color
Monochromatic Colors of #0D372C
Black with #0D372C
Text Example
Text Example
White with #0D372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D372C; }
p { color: rgb(13,55,44); }
H1.HeaderClassName
{
color: #0D372C;
}
.AnyTagClassName
{
color: #0D372C;
}
</style>
background-color css
<style>
a { background-color: #0D372C; }
a { background-color: rgb(13,55,44); }
div.DivClassName
{
background-color: #0D372C;
}
.BgClassName
{
background-color: #0D372C;
}
</style>
border-color css
<style>
span { border-color: #0D372C; }
span { border-color: rgb(13,55,44); }
td.TdClassName
{
border-color: #0D372C;
}
.TagClassName
{
border-color: #0D372C;
}
</style>