Shades of Dark Green #0D2A1F
Tints of Dark Green #0D2A1F
RGB
CMYK
RGB Variations
Color information
#0D2A1F (or 0x0D2A1F) is known color: Dark Green. HEX triplet: 0D, 2A and 1F. RGB value is (13,42,31). Sum of RGB (Red+Green+Blue) = 13+42+31=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 42 (16.80% from 255 or 48.84% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 42 - color contains mainly: green. Hex color #0D2A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A1F is #F2D5E0. Grayscale: #202020. Windows color (decimal): -15914465 or 2042381. OLE color: 2042381.
HSL color Cylindrical-coordinate representation of color #0D2A1F: hue angle of 157.24º 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 #0D2A1F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 42 | 31 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.84 |
| HSL | 157.24º | 0.53% | 0.11% | - |
| HSV(B) | 157.24º | 0.69% | 0.16% | - |
| XYZ | 1.24 | 1.84 | 1.59 | - |
| YUV | 32.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 31 | 0.69 | 0 | 0.26 | 0.84 | 157.24 | 0.53 | 0.11 |
| Hex | D | 2A | 1F | 45 | 0 | 1A | 54 | 9D | 35 | B |
| Octal | 15 | 52 | 37 | 105 | 0 | 32 | 124 | 235 | 65 | 13 |
| Binary | 1101 | 101010 | 11111 | 1000101 | 0 | 11010 | 1010100 | 10011101 | 110101 | 1011 |
Color Harmonies of #0D2A1F
Complementary color
Monochromatic Colors of #0D2A1F
Black with #0D2A1F
Text Example
Text Example
White with #0D2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A1F; }
p { color: rgb(13,42,31); }
H1.HeaderClassName
{
color: #0D2A1F;
}
.AnyTagClassName
{
color: #0D2A1F;
}
</style>
background-color css
<style>
a { background-color: #0D2A1F; }
a { background-color: rgb(13,42,31); }
div.DivClassName
{
background-color: #0D2A1F;
}
.BgClassName
{
background-color: #0D2A1F;
}
</style>
border-color css
<style>
span { border-color: #0D2A1F; }
span { border-color: rgb(13,42,31); }
td.TdClassName
{
border-color: #0D2A1F;
}
.TagClassName
{
border-color: #0D2A1F;
}
</style>