Shades of Dark Green #010A04
Tints of Dark Green #010A04
RGB
CMYK
RGB Variations
Color information
#010A04 (or 0x010A04) is known color: Dark Green. HEX triplet: 01, 0A and 04. RGB value is (1,10,4). Sum of RGB (Red+Green+Blue) = 1+10+4=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 10 (4.30% from 255 or 66.67% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 10 - color contains mainly: green. Hex color #010A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A04 is #FEF5FB. Grayscale: #060606. Windows color (decimal): -16709116 or 264705. OLE color: 264705.
HSL color Cylindrical-coordinate representation of color #010A04: hue angle of 140º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A04 is Cyan = 0.90, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 10 | 4 | - |
| CMYK | 0.90 | 0 | 0.6 | 0.96 |
| HSL | 140º | 0.82% | 0.02% | - |
| HSV(B) | 140º | 0.9% | 0.04% | - |
| XYZ | 0.14 | 0.23 | 0.15 | - |
| YUV | 6.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 4 | 0.90 | 0 | 0.6 | 0.96 | 140 | 0.82 | 0.02 |
| Hex | 1 | A | 4 | 5A | 0 | 3C | 60 | 8C | 52 | 2 |
| Octal | 1 | 12 | 4 | 132 | 0 | 74 | 140 | 214 | 122 | 2 |
| Binary | 1 | 1010 | 100 | 1011010 | 0 | 111100 | 1100000 | 10001100 | 1010010 | 10 |
Color Harmonies of #010A04
Complementary color
Monochromatic Colors of #010A04
Black with #010A04
Text Example
Text Example
White with #010A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A04; }
p { color: rgb(1,10,4); }
H1.HeaderClassName
{
color: #010A04;
}
.AnyTagClassName
{
color: #010A04;
}
</style>
background-color css
<style>
a { background-color: #010A04; }
a { background-color: rgb(1,10,4); }
div.DivClassName
{
background-color: #010A04;
}
.BgClassName
{
background-color: #010A04;
}
</style>
border-color css
<style>
span { border-color: #010A04; }
span { border-color: rgb(1,10,4); }
td.TdClassName
{
border-color: #010A04;
}
.TagClassName
{
border-color: #010A04;
}
</style>