Shades of Dark Green #021306
Tints of Dark Green #021306
RGB
CMYK
RGB Variations
Color information
#021306 (or 0x021306) is known color: Dark Green. HEX triplet: 02, 13 and 06. RGB value is (2,19,6). Sum of RGB (Red+Green+Blue) = 2+19+6=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 19 (7.81% from 255 or 70.37% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 19 - color contains mainly: green. Hex color #021306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021306 is #FDECF9. Grayscale: #0C0C0C. Windows color (decimal): -16641274 or 398082. OLE color: 398082.
HSL color Cylindrical-coordinate representation of color #021306: hue angle of 134.12º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021306 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 19 | 6 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.93 |
| HSL | 134.12º | 0.81% | 0.04% | - |
| HSV(B) | 134.12º | 0.89% | 0.07% | - |
| XYZ | 0.29 | 0.49 | 0.25 | - |
| YUV | 12.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 6 | 0.89 | 0 | 0.68 | 0.93 | 134.12 | 0.81 | 0.04 |
| Hex | 2 | 13 | 6 | 59 | 0 | 44 | 5D | 86 | 51 | 4 |
| Octal | 2 | 23 | 6 | 131 | 0 | 104 | 135 | 206 | 121 | 4 |
| Binary | 10 | 10011 | 110 | 1011001 | 0 | 1000100 | 1011101 | 10000110 | 1010001 | 100 |
Color Harmonies of #021306
Complementary color
Monochromatic Colors of #021306
Black with #021306
Text Example
Text Example
White with #021306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021306; }
p { color: rgb(2,19,6); }
H1.HeaderClassName
{
color: #021306;
}
.AnyTagClassName
{
color: #021306;
}
</style>
background-color css
<style>
a { background-color: #021306; }
a { background-color: rgb(2,19,6); }
div.DivClassName
{
background-color: #021306;
}
.BgClassName
{
background-color: #021306;
}
</style>
border-color css
<style>
span { border-color: #021306; }
span { border-color: rgb(2,19,6); }
td.TdClassName
{
border-color: #021306;
}
.TagClassName
{
border-color: #021306;
}
</style>