Shades of Dark Green #010903
Tints of Dark Green #010903
RGB
CMYK
RGB Variations
Color information
#010903 (or 0x010903) is known color: Dark Green. HEX triplet: 01, 09 and 03. RGB value is (1,9,3). Sum of RGB (Red+Green+Blue) = 1+9+3=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 9 (3.91% from 255 or 69.23% from 13); Blue value is 3 (1.56% from 255 or 23.08% from 13); Max value from RGB is 9 - color contains mainly: green. Hex color #010903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010903 is #FEF6FC. Grayscale: #050505. Windows color (decimal): -16709373 or 198913. OLE color: 198913.
HSL color Cylindrical-coordinate representation of color #010903: hue angle of 135º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010903 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 9 | 3 | - |
CMYK | 0.89 | 0 | 0.67 | 0.96 |
HSL | 135º | 0.8% | 0.02% | - |
HSV(B) | 135º | 0.89% | 0.04% | - |
XYZ | 0.13 | 0.21 | 0.12 | - |
YUV | 5.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 9 | 3 | 0.89 | 0 | 0.67 | 0.96 | 135 | 0.8 | 0.02 |
Hex | 1 | 9 | 3 | 59 | 0 | 43 | 60 | 87 | 50 | 2 |
Octal | 1 | 11 | 3 | 131 | 0 | 103 | 140 | 207 | 120 | 2 |
Binary | 1 | 1001 | 11 | 1011001 | 0 | 1000011 | 1100000 | 10000111 | 1010000 | 10 |
Color Harmonies of #010903
Complementary color
Monochromatic Colors of #010903
Black with #010903
Text Example
Text Example
White with #010903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010903; }
p { color: rgb(1,9,3); }
H1.HeaderClassName
{
color: #010903;
}
.AnyTagClassName
{
color: #010903;
}
</style>
background-color css
<style>
a { background-color: #010903; }
a { background-color: rgb(1,9,3); }
div.DivClassName
{
background-color: #010903;
}
.BgClassName
{
background-color: #010903;
}
</style>
border-color css
<style>
span { border-color: #010903; }
span { border-color: rgb(1,9,3); }
td.TdClassName
{
border-color: #010903;
}
.TagClassName
{
border-color: #010903;
}
</style>