Shades of Dark Green #042A10
Tints of Dark Green #042A10
RGB
CMYK
RGB Variations
Color information
#042A10 (or 0x042A10) is known color: Dark Green. HEX triplet: 04, 2A and 10. RGB value is (4,42,16). Sum of RGB (Red+Green+Blue) = 4+42+16=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 42 (16.80% from 255 or 67.74% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 42 - color contains mainly: green. Hex color #042A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A10 is #FBD5EF. Grayscale: #1B1B1B. Windows color (decimal): -16504304 or 1059332. OLE color: 1059332.
HSL color Cylindrical-coordinate representation of color #042A10: hue angle of 138.95º 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 #042A10 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 42 | 16 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.84 |
| HSL | 138.95º | 0.83% | 0.09% | - |
| HSV(B) | 138.95º | 0.9% | 0.16% | - |
| XYZ | 0.97 | 1.72 | 0.77 | - |
| YUV | 27.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 16 | 0.90 | 0 | 0.62 | 0.84 | 138.95 | 0.83 | 0.09 |
| Hex | 4 | 2A | 10 | 5A | 0 | 3E | 54 | 8B | 53 | 9 |
| Octal | 4 | 52 | 20 | 132 | 0 | 76 | 124 | 213 | 123 | 11 |
| Binary | 100 | 101010 | 10000 | 1011010 | 0 | 111110 | 1010100 | 10001011 | 1010011 | 1001 |
Color Harmonies of #042A10
Complementary color
Monochromatic Colors of #042A10
Black with #042A10
Text Example
Text Example
White with #042A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A10; }
p { color: rgb(4,42,16); }
H1.HeaderClassName
{
color: #042A10;
}
.AnyTagClassName
{
color: #042A10;
}
</style>
background-color css
<style>
a { background-color: #042A10; }
a { background-color: rgb(4,42,16); }
div.DivClassName
{
background-color: #042A10;
}
.BgClassName
{
background-color: #042A10;
}
</style>
border-color css
<style>
span { border-color: #042A10; }
span { border-color: rgb(4,42,16); }
td.TdClassName
{
border-color: #042A10;
}
.TagClassName
{
border-color: #042A10;
}
</style>