Shades of Dark Green #002815
Tints of Dark Green #002815
RGB
CMYK
RGB Variations
Color information
#002815 (or 0x002815) is known color: Dark Green. HEX triplet: 00, 28 and 15. RGB value is (0,40,21). Sum of RGB (Red+Green+Blue) = 0+40+21=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #002815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002815 is #FFD7EA. Grayscale: #191919. Windows color (decimal): -16766955 or 1386496. OLE color: 1386496.
HSL color Cylindrical-coordinate representation of color #002815: hue angle of 151.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002815 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 21 | - |
| CMYK | 1 | 0 | 0.48 | 0.84 |
| HSL | 151.5º | 1% | 0.08% | - |
| HSV(B) | 151.5º | 1% | 0.16% | - |
| XYZ | 0.89 | 1.57 | 0.97 | - |
| YUV | 25.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 21 | 1 | 0 | 0.48 | 0.84 | 151.5 | 1 | 0.08 |
| Hex | 0 | 28 | 15 | 64 | 0 | 30 | 54 | 98 | 64 | 8 |
| Octal | 0 | 50 | 25 | 144 | 0 | 60 | 124 | 230 | 144 | 10 |
| Binary | 0 | 101000 | 10101 | 1100100 | 0 | 110000 | 1010100 | 10011000 | 1100100 | 1000 |
Color Harmonies of #002815
Complementary color
Monochromatic Colors of #002815
Black with #002815
Text Example
Text Example
White with #002815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002815; }
p { color: rgb(0,40,21); }
H1.HeaderClassName
{
color: #002815;
}
.AnyTagClassName
{
color: #002815;
}
</style>
background-color css
<style>
a { background-color: #002815; }
a { background-color: rgb(0,40,21); }
div.DivClassName
{
background-color: #002815;
}
.BgClassName
{
background-color: #002815;
}
</style>
border-color css
<style>
span { border-color: #002815; }
span { border-color: rgb(0,40,21); }
td.TdClassName
{
border-color: #002815;
}
.TagClassName
{
border-color: #002815;
}
</style>