Shades of Dark Green #0D1E1A
Tints of Dark Green #0D1E1A
RGB
CMYK
RGB Variations
Color information
#0D1E1A (or 0x0D1E1A) is known color: Dark Green. HEX triplet: 0D, 1E and 1A. RGB value is (13,30,26). Sum of RGB (Red+Green+Blue) = 13+30+26=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1E1A is #F2E1E5. Grayscale: #181818. Windows color (decimal): -15917542 or 1711629. OLE color: 1711629.
HSL color Cylindrical-coordinate representation of color #0D1E1A: hue angle of 165.88º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0D1E1A is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 30 | 26 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.88 |
| HSL | 165.88º | 0.4% | 0.08% | - |
| HSV(B) | 165.88º | 0.57% | 0.12% | - |
| XYZ | 0.82 | 1.09 | 1.14 | - |
| YUV | 24.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 26 | 0.57 | 0 | 0.13 | 0.88 | 165.88 | 0.4 | 0.08 |
| Hex | D | 1E | 1A | 39 | 0 | D | 58 | A6 | 28 | 8 |
| Octal | 15 | 36 | 32 | 71 | 0 | 15 | 130 | 246 | 50 | 10 |
| Binary | 1101 | 11110 | 11010 | 111001 | 0 | 1101 | 1011000 | 10100110 | 101000 | 1000 |
Color Harmonies of #0D1E1A
Complementary color
Monochromatic Colors of #0D1E1A
Black with #0D1E1A
Text Example
Text Example
White with #0D1E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1E1A; }
p { color: rgb(13,30,26); }
H1.HeaderClassName
{
color: #0D1E1A;
}
.AnyTagClassName
{
color: #0D1E1A;
}
</style>
background-color css
<style>
a { background-color: #0D1E1A; }
a { background-color: rgb(13,30,26); }
div.DivClassName
{
background-color: #0D1E1A;
}
.BgClassName
{
background-color: #0D1E1A;
}
</style>
border-color css
<style>
span { border-color: #0D1E1A; }
span { border-color: rgb(13,30,26); }
td.TdClassName
{
border-color: #0D1E1A;
}
.TagClassName
{
border-color: #0D1E1A;
}
</style>