Shades of Dark Green #020907
Tints of Dark Green #020907
RGB
CMYK
RGB Variations
Color information
#020907 (or 0x020907) is known color: Dark Green. HEX triplet: 02, 09 and 07. RGB value is (2,9,7). Sum of RGB (Red+Green+Blue) = 2+9+7=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 9 (3.91% from 255 or 50% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 9 - color contains mainly: green. Hex color #020907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020907 is #FDF6F8. Grayscale: #060606. Windows color (decimal): -16643833 or 461058. OLE color: 461058.
HSL color Cylindrical-coordinate representation of color #020907: hue angle of 162.86º 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 #020907 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 9 | 7 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.96 |
| HSL | 162.86º | 0.64% | 0.02% | - |
| HSV(B) | 162.86º | 0.78% | 0.04% | - |
| XYZ | 0.16 | 0.22 | 0.24 | - |
| YUV | 6.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 7 | 0.78 | 0 | 0.22 | 0.96 | 162.86 | 0.64 | 0.02 |
| Hex | 2 | 9 | 7 | 4E | 0 | 16 | 60 | A3 | 40 | 2 |
| Octal | 2 | 11 | 7 | 116 | 0 | 26 | 140 | 243 | 100 | 2 |
| Binary | 10 | 1001 | 111 | 1001110 | 0 | 10110 | 1100000 | 10100011 | 1000000 | 10 |
Color Harmonies of #020907
Complementary color
Monochromatic Colors of #020907
Black with #020907
Text Example
Text Example
White with #020907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020907; }
p { color: rgb(2,9,7); }
H1.HeaderClassName
{
color: #020907;
}
.AnyTagClassName
{
color: #020907;
}
</style>
background-color css
<style>
a { background-color: #020907; }
a { background-color: rgb(2,9,7); }
div.DivClassName
{
background-color: #020907;
}
.BgClassName
{
background-color: #020907;
}
</style>
border-color css
<style>
span { border-color: #020907; }
span { border-color: rgb(2,9,7); }
td.TdClassName
{
border-color: #020907;
}
.TagClassName
{
border-color: #020907;
}
</style>