Shades of Dark Green #022915
Tints of Dark Green #022915
RGB
CMYK
RGB Variations
Color information
#022915 (or 0x022915) is known color: Dark Green. HEX triplet: 02, 29 and 15. RGB value is (2,41,21). Sum of RGB (Red+Green+Blue) = 2+41+21=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #022915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022915 is #FDD6EA. Grayscale: #1B1B1B. Windows color (decimal): -16635627 or 1386754. OLE color: 1386754.
HSL color Cylindrical-coordinate representation of color #022915: hue angle of 149.23º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022915 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 41 | 21 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.84 |
| HSL | 149.23º | 0.91% | 0.08% | - |
| HSV(B) | 149.23º | 0.95% | 0.16% | - |
| XYZ | 0.95 | 1.65 | 0.98 | - |
| YUV | 27.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 21 | 0.95 | 0 | 0.49 | 0.84 | 149.23 | 0.91 | 0.08 |
| Hex | 2 | 29 | 15 | 5F | 0 | 31 | 54 | 95 | 5B | 8 |
| Octal | 2 | 51 | 25 | 137 | 0 | 61 | 124 | 225 | 133 | 10 |
| Binary | 10 | 101001 | 10101 | 1011111 | 0 | 110001 | 1010100 | 10010101 | 1011011 | 1000 |
Color Harmonies of #022915
Complementary color
Monochromatic Colors of #022915
Black with #022915
Text Example
Text Example
White with #022915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022915; }
p { color: rgb(2,41,21); }
H1.HeaderClassName
{
color: #022915;
}
.AnyTagClassName
{
color: #022915;
}
</style>
background-color css
<style>
a { background-color: #022915; }
a { background-color: rgb(2,41,21); }
div.DivClassName
{
background-color: #022915;
}
.BgClassName
{
background-color: #022915;
}
</style>
border-color css
<style>
span { border-color: #022915; }
span { border-color: rgb(2,41,21); }
td.TdClassName
{
border-color: #022915;
}
.TagClassName
{
border-color: #022915;
}
</style>