Shades of Dark Green #01190A
Tints of Dark Green #01190A
RGB
CMYK
RGB Variations
Color information
#01190A (or 0x01190A) is known color: Dark Green. HEX triplet: 01, 19 and 0A. RGB value is (1,25,10). Sum of RGB (Red+Green+Blue) = 1+25+10=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #01190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190A is #FEE6F5. Grayscale: #101010. Windows color (decimal): -16705270 or 661761. OLE color: 661761.
HSL color Cylindrical-coordinate representation of color #01190A: hue angle of 142.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01190A is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 10 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.90 |
| HSL | 142.5º | 0.92% | 0.05% | - |
| HSV(B) | 142.5º | 0.96% | 0.1% | - |
| XYZ | 0.41 | 0.72 | 0.4 | - |
| YUV | 16.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 10 | 0.96 | 0 | 0.60 | 0.90 | 142.5 | 0.92 | 0.05 |
| Hex | 1 | 19 | A | 60 | 0 | 3C | 5A | 8E | 5C | 5 |
| Octal | 1 | 31 | 12 | 140 | 0 | 74 | 132 | 216 | 134 | 5 |
| Binary | 1 | 11001 | 1010 | 1100000 | 0 | 111100 | 1011010 | 10001110 | 1011100 | 101 |
Color Harmonies of #01190A
Complementary color
Monochromatic Colors of #01190A
Black with #01190A
Text Example
Text Example
White with #01190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01190A; }
p { color: rgb(1,25,10); }
H1.HeaderClassName
{
color: #01190A;
}
.AnyTagClassName
{
color: #01190A;
}
</style>
background-color css
<style>
a { background-color: #01190A; }
a { background-color: rgb(1,25,10); }
div.DivClassName
{
background-color: #01190A;
}
.BgClassName
{
background-color: #01190A;
}
</style>
border-color css
<style>
span { border-color: #01190A; }
span { border-color: rgb(1,25,10); }
td.TdClassName
{
border-color: #01190A;
}
.TagClassName
{
border-color: #01190A;
}
</style>