Shades of Dark Green #021D09
Tints of Dark Green #021D09
RGB
CMYK
RGB Variations
Color information
#021D09 (or 0x021D09) is known color: Dark Green. HEX triplet: 02, 1D and 09. RGB value is (2,29,9). Sum of RGB (Red+Green+Blue) = 2+29+9=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 29 (11.72% from 255 or 72.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 29 - color contains mainly: green. Hex color #021D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D09 is #FDE2F6. Grayscale: #121212. Windows color (decimal): -16638711 or 597250. OLE color: 597250.
HSL color Cylindrical-coordinate representation of color #021D09: hue angle of 135.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D09 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 29 | 9 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.89 |
| HSL | 135.56º | 0.87% | 0.06% | - |
| HSV(B) | 135.56º | 0.93% | 0.11% | - |
| XYZ | 0.51 | 0.91 | 0.41 | - |
| YUV | 18.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 9 | 0.93 | 0 | 0.69 | 0.89 | 135.56 | 0.87 | 0.06 |
| Hex | 2 | 1D | 9 | 5D | 0 | 45 | 59 | 88 | 57 | 6 |
| Octal | 2 | 35 | 11 | 135 | 0 | 105 | 131 | 210 | 127 | 6 |
| Binary | 10 | 11101 | 1001 | 1011101 | 0 | 1000101 | 1011001 | 10001000 | 1010111 | 110 |
Color Harmonies of #021D09
Complementary color
Monochromatic Colors of #021D09
Black with #021D09
Text Example
Text Example
White with #021D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D09; }
p { color: rgb(2,29,9); }
H1.HeaderClassName
{
color: #021D09;
}
.AnyTagClassName
{
color: #021D09;
}
</style>
background-color css
<style>
a { background-color: #021D09; }
a { background-color: rgb(2,29,9); }
div.DivClassName
{
background-color: #021D09;
}
.BgClassName
{
background-color: #021D09;
}
</style>
border-color css
<style>
span { border-color: #021D09; }
span { border-color: rgb(2,29,9); }
td.TdClassName
{
border-color: #021D09;
}
.TagClassName
{
border-color: #021D09;
}
</style>