Shades of Dark Green #010A08
Tints of Dark Green #010A08
RGB
CMYK
RGB Variations
Color information
#010A08 (or 0x010A08) is known color: Dark Green. HEX triplet: 01, 0A and 08. RGB value is (1,10,8). Sum of RGB (Red+Green+Blue) = 1+10+8=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #010A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A08 is #FEF5F7. Grayscale: #070707. Windows color (decimal): -16709112 or 526849. OLE color: 526849.
HSL color Cylindrical-coordinate representation of color #010A08: hue angle of 166.67º 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 #010A08 is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 10 | 8 | - |
CMYK | 0.90 | 0 | 0.2 | 0.96 |
HSL | 166.67º | 0.82% | 0.02% | - |
HSV(B) | 166.67º | 0.9% | 0.04% | - |
XYZ | 0.16 | 0.24 | 0.27 | - |
YUV | 7.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 10 | 8 | 0.90 | 0 | 0.2 | 0.96 | 166.67 | 0.82 | 0.02 |
Hex | 1 | A | 8 | 5A | 0 | 14 | 60 | A7 | 52 | 2 |
Octal | 1 | 12 | 10 | 132 | 0 | 24 | 140 | 247 | 122 | 2 |
Binary | 1 | 1010 | 1000 | 1011010 | 0 | 10100 | 1100000 | 10100111 | 1010010 | 10 |
Color Harmonies of #010A08
Complementary color
Monochromatic Colors of #010A08
Black with #010A08
Text Example
Text Example
White with #010A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A08; }
p { color: rgb(1,10,8); }
H1.HeaderClassName
{
color: #010A08;
}
.AnyTagClassName
{
color: #010A08;
}
</style>
background-color css
<style>
a { background-color: #010A08; }
a { background-color: rgb(1,10,8); }
div.DivClassName
{
background-color: #010A08;
}
.BgClassName
{
background-color: #010A08;
}
</style>
border-color css
<style>
span { border-color: #010A08; }
span { border-color: rgb(1,10,8); }
td.TdClassName
{
border-color: #010A08;
}
.TagClassName
{
border-color: #010A08;
}
</style>