Shades of Dark Green #020905
Tints of Dark Green #020905
RGB
CMYK
RGB Variations
Color information
#020905 (or 0x020905) is known color: Dark Green. HEX triplet: 02, 09 and 05. RGB value is (2,9,5). Sum of RGB (Red+Green+Blue) = 2+9+5=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #020905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020905 is #FDF6FA. Grayscale: #060606. Windows color (decimal): -16643835 or 329986. OLE color: 329986.
HSL color Cylindrical-coordinate representation of color #020905: hue angle of 145.71º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020905 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.96.
Color convert
RGB | 2 | 9 | 5 | - |
CMYK | 0.78 | 0 | 0.44 | 0.96 |
HSL | 145.71º | 0.64% | 0.02% | - |
HSV(B) | 145.71º | 0.78% | 0.04% | - |
XYZ | 0.15 | 0.22 | 0.18 | - |
YUV | 6.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 9 | 5 | 0.78 | 0 | 0.44 | 0.96 | 145.71 | 0.64 | 0.02 |
Hex | 2 | 9 | 5 | 4E | 0 | 2C | 60 | 92 | 40 | 2 |
Octal | 2 | 11 | 5 | 116 | 0 | 54 | 140 | 222 | 100 | 2 |
Binary | 10 | 1001 | 101 | 1001110 | 0 | 101100 | 1100000 | 10010010 | 1000000 | 10 |
Color Harmonies of #020905
Complementary color
Monochromatic Colors of #020905
Black with #020905
Text Example
Text Example
White with #020905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020905; }
p { color: rgb(2,9,5); }
H1.HeaderClassName
{
color: #020905;
}
.AnyTagClassName
{
color: #020905;
}
</style>
background-color css
<style>
a { background-color: #020905; }
a { background-color: rgb(2,9,5); }
div.DivClassName
{
background-color: #020905;
}
.BgClassName
{
background-color: #020905;
}
</style>
border-color css
<style>
span { border-color: #020905; }
span { border-color: rgb(2,9,5); }
td.TdClassName
{
border-color: #020905;
}
.TagClassName
{
border-color: #020905;
}
</style>