Shades of Dark Green #022615
Tints of Dark Green #022615
RGB
CMYK
RGB Variations
Color information
#022615 (or 0x022615) is known color: Dark Green. HEX triplet: 02, 26 and 15. RGB value is (2,38,21). Sum of RGB (Red+Green+Blue) = 2+38+21=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #022615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022615 is #FDD9EA. Grayscale: #191919. Windows color (decimal): -16636395 or 1385986. OLE color: 1385986.
HSL color Cylindrical-coordinate representation of color #022615: hue angle of 151.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022615 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 21 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.85 |
| HSL | 151.67º | 0.9% | 0.08% | - |
| HSV(B) | 151.67º | 0.95% | 0.15% | - |
| XYZ | 0.85 | 1.45 | 0.94 | - |
| YUV | 25.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 21 | 0.95 | 0 | 0.45 | 0.85 | 151.67 | 0.9 | 0.08 |
| Hex | 2 | 26 | 15 | 5F | 0 | 2D | 55 | 98 | 5A | 8 |
| Octal | 2 | 46 | 25 | 137 | 0 | 55 | 125 | 230 | 132 | 10 |
| Binary | 10 | 100110 | 10101 | 1011111 | 0 | 101101 | 1010101 | 10011000 | 1011010 | 1000 |
Color Harmonies of #022615
Complementary color
Monochromatic Colors of #022615
Black with #022615
Text Example
Text Example
White with #022615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022615; }
p { color: rgb(2,38,21); }
H1.HeaderClassName
{
color: #022615;
}
.AnyTagClassName
{
color: #022615;
}
</style>
background-color css
<style>
a { background-color: #022615; }
a { background-color: rgb(2,38,21); }
div.DivClassName
{
background-color: #022615;
}
.BgClassName
{
background-color: #022615;
}
</style>
border-color css
<style>
span { border-color: #022615; }
span { border-color: rgb(2,38,21); }
td.TdClassName
{
border-color: #022615;
}
.TagClassName
{
border-color: #022615;
}
</style>