Shades of Dark Green #012919
Tints of Dark Green #012919
RGB
CMYK
RGB Variations
Color information
#012919 (or 0x012919) is known color: Dark Green. HEX triplet: 01, 29 and 19. RGB value is (1,41,25). Sum of RGB (Red+Green+Blue) = 1+41+25=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #012919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012919 is #FED6E6. Grayscale: #1B1B1B. Windows color (decimal): -16701159 or 1648897. OLE color: 1648897.
HSL color Cylindrical-coordinate representation of color #012919: hue angle of 156º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012919 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 41 | 25 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.84 |
| HSL | 156º | 0.95% | 0.08% | - |
| HSV(B) | 156º | 0.98% | 0.16% | - |
| XYZ | 0.98 | 1.66 | 1.19 | - |
| YUV | 27.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 25 | 0.98 | 0 | 0.39 | 0.84 | 156 | 0.95 | 0.08 |
| Hex | 1 | 29 | 19 | 62 | 0 | 27 | 54 | 9C | 5F | 8 |
| Octal | 1 | 51 | 31 | 142 | 0 | 47 | 124 | 234 | 137 | 10 |
| Binary | 1 | 101001 | 11001 | 1100010 | 0 | 100111 | 1010100 | 10011100 | 1011111 | 1000 |
Color Harmonies of #012919
Complementary color
Monochromatic Colors of #012919
Black with #012919
Text Example
Text Example
White with #012919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012919; }
p { color: rgb(1,41,25); }
H1.HeaderClassName
{
color: #012919;
}
.AnyTagClassName
{
color: #012919;
}
</style>
background-color css
<style>
a { background-color: #012919; }
a { background-color: rgb(1,41,25); }
div.DivClassName
{
background-color: #012919;
}
.BgClassName
{
background-color: #012919;
}
</style>
border-color css
<style>
span { border-color: #012919; }
span { border-color: rgb(1,41,25); }
td.TdClassName
{
border-color: #012919;
}
.TagClassName
{
border-color: #012919;
}
</style>