Shades of Dark Green #042010
Tints of Dark Green #042010
RGB
CMYK
RGB Variations
Color information
#042010 (or 0x042010) is known color: Dark Green. HEX triplet: 04, 20 and 10. RGB value is (4,32,16). Sum of RGB (Red+Green+Blue) = 4+32+16=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #042010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042010 is #FBDFEF. Grayscale: #151515. Windows color (decimal): -16506864 or 1056772. OLE color: 1056772.
HSL color Cylindrical-coordinate representation of color #042010: hue angle of 145.71º 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 #042010 is Cyan = 0.87, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 32 | 16 | - |
| CMYK | 0.87 | 0 | 0.5 | 0.87 |
| HSL | 145.71º | 0.78% | 0.07% | - |
| HSV(B) | 145.71º | 0.88% | 0.13% | - |
| XYZ | 0.66 | 1.1 | 0.67 | - |
| YUV | 21.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 16 | 0.87 | 0 | 0.5 | 0.87 | 145.71 | 0.78 | 0.07 |
| Hex | 4 | 20 | 10 | 57 | 0 | 32 | 57 | 92 | 4E | 7 |
| Octal | 4 | 40 | 20 | 127 | 0 | 62 | 127 | 222 | 116 | 7 |
| Binary | 100 | 100000 | 10000 | 1010111 | 0 | 110010 | 1010111 | 10010010 | 1001110 | 111 |
Color Harmonies of #042010
Complementary color
Monochromatic Colors of #042010
Black with #042010
Text Example
Text Example
White with #042010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042010; }
p { color: rgb(4,32,16); }
H1.HeaderClassName
{
color: #042010;
}
.AnyTagClassName
{
color: #042010;
}
</style>
background-color css
<style>
a { background-color: #042010; }
a { background-color: rgb(4,32,16); }
div.DivClassName
{
background-color: #042010;
}
.BgClassName
{
background-color: #042010;
}
</style>
border-color css
<style>
span { border-color: #042010; }
span { border-color: rgb(4,32,16); }
td.TdClassName
{
border-color: #042010;
}
.TagClassName
{
border-color: #042010;
}
</style>