Shades of Dark Green #021E09
Tints of Dark Green #021E09
RGB
CMYK
RGB Variations
Color information
#021E09 (or 0x021E09) is known color: Dark Green. HEX triplet: 02, 1E and 09. RGB value is (2,30,9). Sum of RGB (Red+Green+Blue) = 2+30+9=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 30 (12.11% from 255 or 73.17% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 30 - color contains mainly: green. Hex color #021E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E09 is #FDE1F6. Grayscale: #131313. Windows color (decimal): -16638455 or 597506. OLE color: 597506.
HSL color Cylindrical-coordinate representation of color #021E09: hue angle of 135º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E09 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 9 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.88 |
| HSL | 135º | 0.88% | 0.06% | - |
| HSV(B) | 135º | 0.93% | 0.12% | - |
| XYZ | 0.54 | 0.96 | 0.42 | - |
| YUV | 19.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 9 | 0.93 | 0 | 0.70 | 0.88 | 135 | 0.88 | 0.06 |
| Hex | 2 | 1E | 9 | 5D | 0 | 46 | 58 | 87 | 58 | 6 |
| Octal | 2 | 36 | 11 | 135 | 0 | 106 | 130 | 207 | 130 | 6 |
| Binary | 10 | 11110 | 1001 | 1011101 | 0 | 1000110 | 1011000 | 10000111 | 1011000 | 110 |
Color Harmonies of #021E09
Complementary color
Monochromatic Colors of #021E09
Black with #021E09
Text Example
Text Example
White with #021E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E09; }
p { color: rgb(2,30,9); }
H1.HeaderClassName
{
color: #021E09;
}
.AnyTagClassName
{
color: #021E09;
}
</style>
background-color css
<style>
a { background-color: #021E09; }
a { background-color: rgb(2,30,9); }
div.DivClassName
{
background-color: #021E09;
}
.BgClassName
{
background-color: #021E09;
}
</style>
border-color css
<style>
span { border-color: #021E09; }
span { border-color: rgb(2,30,9); }
td.TdClassName
{
border-color: #021E09;
}
.TagClassName
{
border-color: #021E09;
}
</style>