Shades of Dark Green #042115
Tints of Dark Green #042115
RGB
CMYK
RGB Variations
Color information
#042115 (or 0x042115) is known color: Dark Green. HEX triplet: 04, 21 and 15. RGB value is (4,33,21). Sum of RGB (Red+Green+Blue) = 4+33+21=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #042115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042115 is #FBDEEA. Grayscale: #161616. Windows color (decimal): -16506603 or 1384708. OLE color: 1384708.
HSL color Cylindrical-coordinate representation of color #042115: hue angle of 155.17º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042115 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 33 | 21 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.87 |
| HSL | 155.17º | 0.78% | 0.07% | - |
| HSV(B) | 155.17º | 0.88% | 0.13% | - |
| XYZ | 0.73 | 1.17 | 0.9 | - |
| YUV | 22.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 21 | 0.88 | 0 | 0.36 | 0.87 | 155.17 | 0.78 | 0.07 |
| Hex | 4 | 21 | 15 | 58 | 0 | 24 | 57 | 9B | 4E | 7 |
| Octal | 4 | 41 | 25 | 130 | 0 | 44 | 127 | 233 | 116 | 7 |
| Binary | 100 | 100001 | 10101 | 1011000 | 0 | 100100 | 1010111 | 10011011 | 1001110 | 111 |
Color Harmonies of #042115
Complementary color
Monochromatic Colors of #042115
Black with #042115
Text Example
Text Example
White with #042115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042115; }
p { color: rgb(4,33,21); }
H1.HeaderClassName
{
color: #042115;
}
.AnyTagClassName
{
color: #042115;
}
</style>
background-color css
<style>
a { background-color: #042115; }
a { background-color: rgb(4,33,21); }
div.DivClassName
{
background-color: #042115;
}
.BgClassName
{
background-color: #042115;
}
</style>
border-color css
<style>
span { border-color: #042115; }
span { border-color: rgb(4,33,21); }
td.TdClassName
{
border-color: #042115;
}
.TagClassName
{
border-color: #042115;
}
</style>