Shades of Dark Green #042A16
Tints of Dark Green #042A16
RGB
CMYK
RGB Variations
Color information
#042A16 (or 0x042A16) is known color: Dark Green. HEX triplet: 04, 2A and 16. RGB value is (4,42,22). Sum of RGB (Red+Green+Blue) = 4+42+22=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 42 (16.80% from 255 or 61.76% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 42 - color contains mainly: green. Hex color #042A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A16 is #FBD5E9. Grayscale: #1C1C1C. Windows color (decimal): -16504298 or 1452548. OLE color: 1452548.
HSL color Cylindrical-coordinate representation of color #042A16: hue angle of 148.42º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042A16 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 42 | 22 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.84 |
| HSL | 148.42º | 0.83% | 0.09% | - |
| HSV(B) | 148.42º | 0.9% | 0.16% | - |
| XYZ | 1.02 | 1.74 | 1.04 | - |
| YUV | 28.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 22 | 0.90 | 0 | 0.48 | 0.84 | 148.42 | 0.83 | 0.09 |
| Hex | 4 | 2A | 16 | 5A | 0 | 30 | 54 | 94 | 53 | 9 |
| Octal | 4 | 52 | 26 | 132 | 0 | 60 | 124 | 224 | 123 | 11 |
| Binary | 100 | 101010 | 10110 | 1011010 | 0 | 110000 | 1010100 | 10010100 | 1010011 | 1001 |
Color Harmonies of #042A16
Complementary color
Monochromatic Colors of #042A16
Black with #042A16
Text Example
Text Example
White with #042A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A16; }
p { color: rgb(4,42,22); }
H1.HeaderClassName
{
color: #042A16;
}
.AnyTagClassName
{
color: #042A16;
}
</style>
background-color css
<style>
a { background-color: #042A16; }
a { background-color: rgb(4,42,22); }
div.DivClassName
{
background-color: #042A16;
}
.BgClassName
{
background-color: #042A16;
}
</style>
border-color css
<style>
span { border-color: #042A16; }
span { border-color: rgb(4,42,22); }
td.TdClassName
{
border-color: #042A16;
}
.TagClassName
{
border-color: #042A16;
}
</style>