Shades of Dark Green #042A1B
Tints of Dark Green #042A1B
RGB
CMYK
RGB Variations
Color information
#042A1B (or 0x042A1B) is known color: Dark Green. HEX triplet: 04, 2A and 1B. RGB value is (4,42,27). Sum of RGB (Red+Green+Blue) = 4+42+27=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 42 (16.80% from 255 or 57.53% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 42 - color contains mainly: green. Hex color #042A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A1B is #FBD5E4. Grayscale: #1C1C1C. Windows color (decimal): -16504293 or 1780228. OLE color: 1780228.
HSL color Cylindrical-coordinate representation of color #042A1B: hue angle of 156.32º 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 #042A1B is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 42 | 27 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.84 |
| HSL | 156.32º | 0.83% | 0.09% | - |
| HSV(B) | 156.32º | 0.9% | 0.16% | - |
| XYZ | 1.08 | 1.76 | 1.32 | - |
| YUV | 28.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 27 | 0.90 | 0 | 0.36 | 0.84 | 156.32 | 0.83 | 0.09 |
| Hex | 4 | 2A | 1B | 5A | 0 | 24 | 54 | 9C | 53 | 9 |
| Octal | 4 | 52 | 33 | 132 | 0 | 44 | 124 | 234 | 123 | 11 |
| Binary | 100 | 101010 | 11011 | 1011010 | 0 | 100100 | 1010100 | 10011100 | 1010011 | 1001 |
Color Harmonies of #042A1B
Complementary color
Monochromatic Colors of #042A1B
Black with #042A1B
Text Example
Text Example
White with #042A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A1B; }
p { color: rgb(4,42,27); }
H1.HeaderClassName
{
color: #042A1B;
}
.AnyTagClassName
{
color: #042A1B;
}
</style>
background-color css
<style>
a { background-color: #042A1B; }
a { background-color: rgb(4,42,27); }
div.DivClassName
{
background-color: #042A1B;
}
.BgClassName
{
background-color: #042A1B;
}
</style>
border-color css
<style>
span { border-color: #042A1B; }
span { border-color: rgb(4,42,27); }
td.TdClassName
{
border-color: #042A1B;
}
.TagClassName
{
border-color: #042A1B;
}
</style>