Shades of Dark Green #0D372B
Tints of Dark Green #0D372B
RGB
CMYK
RGB Variations
Color information
#0D372B (or 0x0D372B) is known color: Dark Green. HEX triplet: 0D, 37 and 2B. RGB value is (13,55,43). Sum of RGB (Red+Green+Blue) = 13+55+43=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #0D372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D372B is #F2C8D4. Grayscale: #292929. Windows color (decimal): -15911125 or 2832141. OLE color: 2832141.
HSL color Cylindrical-coordinate representation of color #0D372B: hue angle of 162.86º 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 #0D372B is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 43 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.78 |
| HSL | 162.86º | 0.62% | 0.13% | - |
| HSV(B) | 162.86º | 0.76% | 0.22% | - |
| XYZ | 1.97 | 2.99 | 2.76 | - |
| YUV | 41.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 43 | 0.76 | 0 | 0.22 | 0.78 | 162.86 | 0.62 | 0.13 |
| Hex | D | 37 | 2B | 4C | 0 | 16 | 4E | A3 | 3E | D |
| Octal | 15 | 67 | 53 | 114 | 0 | 26 | 116 | 243 | 76 | 15 |
| Binary | 1101 | 110111 | 101011 | 1001100 | 0 | 10110 | 1001110 | 10100011 | 111110 | 1101 |
Color Harmonies of #0D372B
Complementary color
Monochromatic Colors of #0D372B
Black with #0D372B
Text Example
Text Example
White with #0D372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D372B; }
p { color: rgb(13,55,43); }
H1.HeaderClassName
{
color: #0D372B;
}
.AnyTagClassName
{
color: #0D372B;
}
</style>
background-color css
<style>
a { background-color: #0D372B; }
a { background-color: rgb(13,55,43); }
div.DivClassName
{
background-color: #0D372B;
}
.BgClassName
{
background-color: #0D372B;
}
</style>
border-color css
<style>
span { border-color: #0D372B; }
span { border-color: rgb(13,55,43); }
td.TdClassName
{
border-color: #0D372B;
}
.TagClassName
{
border-color: #0D372B;
}
</style>