Shades of Dark Green #021709
Tints of Dark Green #021709
RGB
CMYK
RGB Variations
Color information
#021709 (or 0x021709) is known color: Dark Green. HEX triplet: 02, 17 and 09. RGB value is (2,23,9). Sum of RGB (Red+Green+Blue) = 2+23+9=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 23 (9.38% from 255 or 67.65% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 23 - color contains mainly: green. Hex color #021709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021709 is #FDE8F6. Grayscale: #0F0F0F. Windows color (decimal): -16640247 or 595714. OLE color: 595714.
HSL color Cylindrical-coordinate representation of color #021709: hue angle of 140º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021709 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 9 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.91 |
| HSL | 140º | 0.84% | 0.05% | - |
| HSV(B) | 140º | 0.91% | 0.09% | - |
| XYZ | 0.38 | 0.65 | 0.36 | - |
| YUV | 15.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 9 | 0.91 | 0 | 0.61 | 0.91 | 140 | 0.84 | 0.05 |
| Hex | 2 | 17 | 9 | 5B | 0 | 3D | 5B | 8C | 54 | 5 |
| Octal | 2 | 27 | 11 | 133 | 0 | 75 | 133 | 214 | 124 | 5 |
| Binary | 10 | 10111 | 1001 | 1011011 | 0 | 111101 | 1011011 | 10001100 | 1010100 | 101 |
Color Harmonies of #021709
Complementary color
Monochromatic Colors of #021709
Black with #021709
Text Example
Text Example
White with #021709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021709; }
p { color: rgb(2,23,9); }
H1.HeaderClassName
{
color: #021709;
}
.AnyTagClassName
{
color: #021709;
}
</style>
background-color css
<style>
a { background-color: #021709; }
a { background-color: rgb(2,23,9); }
div.DivClassName
{
background-color: #021709;
}
.BgClassName
{
background-color: #021709;
}
</style>
border-color css
<style>
span { border-color: #021709; }
span { border-color: rgb(2,23,9); }
td.TdClassName
{
border-color: #021709;
}
.TagClassName
{
border-color: #021709;
}
</style>