Shades of Dark Green #021615
Tints of Dark Green #021615
RGB
CMYK
RGB Variations
Color information
#021615 (or 0x021615) is known color: Dark Green. HEX triplet: 02, 16 and 15. RGB value is (2,22,21). Sum of RGB (Red+Green+Blue) = 2+22+21=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #021615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021615 is #FDE9EA. Grayscale: #0F0F0F. Windows color (decimal): -16640491 or 1381890. OLE color: 1381890.
HSL color Cylindrical-coordinate representation of color #021615: hue angle of 177º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021615 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 22 | 21 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.91 |
| HSL | 177º | 0.83% | 0.05% | - |
| HSV(B) | 177º | 0.91% | 0.09% | - |
| XYZ | 0.45 | 0.64 | 0.81 | - |
| YUV | 15.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 21 | 0.91 | 0 | 0.05 | 0.91 | 177 | 0.83 | 0.05 |
| Hex | 2 | 16 | 15 | 5B | 0 | 5 | 5B | B1 | 53 | 5 |
| Octal | 2 | 26 | 25 | 133 | 0 | 5 | 133 | 261 | 123 | 5 |
| Binary | 10 | 10110 | 10101 | 1011011 | 0 | 101 | 1011011 | 10110001 | 1010011 | 101 |
Color Harmonies of #021615
Complementary color
Monochromatic Colors of #021615
Black with #021615
Text Example
Text Example
White with #021615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021615; }
p { color: rgb(2,22,21); }
H1.HeaderClassName
{
color: #021615;
}
.AnyTagClassName
{
color: #021615;
}
</style>
background-color css
<style>
a { background-color: #021615; }
a { background-color: rgb(2,22,21); }
div.DivClassName
{
background-color: #021615;
}
.BgClassName
{
background-color: #021615;
}
</style>
border-color css
<style>
span { border-color: #021615; }
span { border-color: rgb(2,22,21); }
td.TdClassName
{
border-color: #021615;
}
.TagClassName
{
border-color: #021615;
}
</style>