Shades of Dark Green #010A03
Tints of Dark Green #010A03
RGB
CMYK
RGB Variations
Color information
#010A03 (or 0x010A03) is known color: Dark Green. HEX triplet: 01, 0A and 03. RGB value is (1,10,3). Sum of RGB (Red+Green+Blue) = 1+10+3=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 10 (4.30% from 255 or 71.43% from 14); Blue value is 3 (1.56% from 255 or 21.43% from 14); Max value from RGB is 10 - color contains mainly: green. Hex color #010A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A03 is #FEF5FC. Grayscale: #060606. Windows color (decimal): -16709117 or 199169. OLE color: 199169.
HSL color Cylindrical-coordinate representation of color #010A03: hue angle of 133.33º 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 #010A03 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 10 | 3 | - |
CMYK | 0.90 | 0 | 0.70 | 0.96 |
HSL | 133.33º | 0.82% | 0.02% | - |
HSV(B) | 133.33º | 0.9% | 0.04% | - |
XYZ | 0.14 | 0.23 | 0.12 | - |
YUV | 6.51 | 126.02 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 10 | 3 | 0.90 | 0 | 0.70 | 0.96 | 133.33 | 0.82 | 0.02 |
Hex | 1 | A | 3 | 5A | 0 | 46 | 60 | 85 | 52 | 2 |
Octal | 1 | 12 | 3 | 132 | 0 | 106 | 140 | 205 | 122 | 2 |
Binary | 1 | 1010 | 11 | 1011010 | 0 | 1000110 | 1100000 | 10000101 | 1010010 | 10 |
Color Harmonies of #010A03
Complementary color
Monochromatic Colors of #010A03
Black with #010A03
Text Example
Text Example
White with #010A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A03; }
p { color: rgb(1,10,3); }
H1.HeaderClassName
{
color: #010A03;
}
.AnyTagClassName
{
color: #010A03;
}
</style>
background-color css
<style>
a { background-color: #010A03; }
a { background-color: rgb(1,10,3); }
div.DivClassName
{
background-color: #010A03;
}
.BgClassName
{
background-color: #010A03;
}
</style>
border-color css
<style>
span { border-color: #010A03; }
span { border-color: rgb(1,10,3); }
td.TdClassName
{
border-color: #010A03;
}
.TagClassName
{
border-color: #010A03;
}
</style>