Shades of Dark Green #021407
Tints of Dark Green #021407
RGB
CMYK
RGB Variations
Color information
#021407 (or 0x021407) is known color: Dark Green. HEX triplet: 02, 14 and 07. RGB value is (2,20,7). Sum of RGB (Red+Green+Blue) = 2+20+7=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #021407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021407 is #FDEBF8. Grayscale: #0D0D0D. Windows color (decimal): -16641017 or 463874. OLE color: 463874.
HSL color Cylindrical-coordinate representation of color #021407: hue angle of 136.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021407 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 7 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.92 |
| HSL | 136.67º | 0.82% | 0.04% | - |
| HSV(B) | 136.67º | 0.9% | 0.08% | - |
| XYZ | 0.31 | 0.53 | 0.29 | - |
| YUV | 13.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 7 | 0.90 | 0 | 0.65 | 0.92 | 136.67 | 0.82 | 0.04 |
| Hex | 2 | 14 | 7 | 5A | 0 | 41 | 5C | 89 | 52 | 4 |
| Octal | 2 | 24 | 7 | 132 | 0 | 101 | 134 | 211 | 122 | 4 |
| Binary | 10 | 10100 | 111 | 1011010 | 0 | 1000001 | 1011100 | 10001001 | 1010010 | 100 |
Color Harmonies of #021407
Complementary color
Monochromatic Colors of #021407
Black with #021407
Text Example
Text Example
White with #021407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021407; }
p { color: rgb(2,20,7); }
H1.HeaderClassName
{
color: #021407;
}
.AnyTagClassName
{
color: #021407;
}
</style>
background-color css
<style>
a { background-color: #021407; }
a { background-color: rgb(2,20,7); }
div.DivClassName
{
background-color: #021407;
}
.BgClassName
{
background-color: #021407;
}
</style>
border-color css
<style>
span { border-color: #021407; }
span { border-color: rgb(2,20,7); }
td.TdClassName
{
border-color: #021407;
}
.TagClassName
{
border-color: #021407;
}
</style>