Shades of Dark Green #011F19
Tints of Dark Green #011F19
RGB
CMYK
RGB Variations
Color information
#011F19 (or 0x011F19) is known color: Dark Green. HEX triplet: 01, 1F and 19. RGB value is (1,31,25). Sum of RGB (Red+Green+Blue) = 1+31+25=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #011F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F19 is #FEE0E6. Grayscale: #151515. Windows color (decimal): -16703719 or 1646337. OLE color: 1646337.
HSL color Cylindrical-coordinate representation of color #011F19: hue angle of 168º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F19 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 25 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.88 |
| HSL | 168º | 0.94% | 0.06% | - |
| HSV(B) | 168º | 0.97% | 0.12% | - |
| XYZ | 0.68 | 1.06 | 1.09 | - |
| YUV | 21.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 25 | 0.97 | 0 | 0.19 | 0.88 | 168 | 0.94 | 0.06 |
| Hex | 1 | 1F | 19 | 61 | 0 | 13 | 58 | A8 | 5E | 6 |
| Octal | 1 | 37 | 31 | 141 | 0 | 23 | 130 | 250 | 136 | 6 |
| Binary | 1 | 11111 | 11001 | 1100001 | 0 | 10011 | 1011000 | 10101000 | 1011110 | 110 |
Color Harmonies of #011F19
Complementary color
Monochromatic Colors of #011F19
Black with #011F19
Text Example
Text Example
White with #011F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F19; }
p { color: rgb(1,31,25); }
H1.HeaderClassName
{
color: #011F19;
}
.AnyTagClassName
{
color: #011F19;
}
</style>
background-color css
<style>
a { background-color: #011F19; }
a { background-color: rgb(1,31,25); }
div.DivClassName
{
background-color: #011F19;
}
.BgClassName
{
background-color: #011F19;
}
</style>
border-color css
<style>
span { border-color: #011F19; }
span { border-color: rgb(1,31,25); }
td.TdClassName
{
border-color: #011F19;
}
.TagClassName
{
border-color: #011F19;
}
</style>