Shades of Dark Green #021507
Tints of Dark Green #021507
RGB
CMYK
RGB Variations
Color information
#021507 (or 0x021507) is known color: Dark Green. HEX triplet: 02, 15 and 07. RGB value is (2,21,7). Sum of RGB (Red+Green+Blue) = 2+21+7=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #021507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021507 is #FDEAF8. Grayscale: #0D0D0D. Windows color (decimal): -16640761 or 464130. OLE color: 464130.
HSL color Cylindrical-coordinate representation of color #021507: hue angle of 135.79º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021507 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 21 | 7 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.92 |
| HSL | 135.79º | 0.83% | 0.05% | - |
| HSV(B) | 135.79º | 0.9% | 0.08% | - |
| XYZ | 0.33 | 0.56 | 0.29 | - |
| YUV | 13.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 7 | 0.90 | 0 | 0.67 | 0.92 | 135.79 | 0.83 | 0.05 |
| Hex | 2 | 15 | 7 | 5A | 0 | 43 | 5C | 88 | 53 | 5 |
| Octal | 2 | 25 | 7 | 132 | 0 | 103 | 134 | 210 | 123 | 5 |
| Binary | 10 | 10101 | 111 | 1011010 | 0 | 1000011 | 1011100 | 10001000 | 1010011 | 101 |
Color Harmonies of #021507
Complementary color
Monochromatic Colors of #021507
Black with #021507
Text Example
Text Example
White with #021507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021507; }
p { color: rgb(2,21,7); }
H1.HeaderClassName
{
color: #021507;
}
.AnyTagClassName
{
color: #021507;
}
</style>
background-color css
<style>
a { background-color: #021507; }
a { background-color: rgb(2,21,7); }
div.DivClassName
{
background-color: #021507;
}
.BgClassName
{
background-color: #021507;
}
</style>
border-color css
<style>
span { border-color: #021507; }
span { border-color: rgb(2,21,7); }
td.TdClassName
{
border-color: #021507;
}
.TagClassName
{
border-color: #021507;
}
</style>