Shades of Dark Green #042D1A
Tints of Dark Green #042D1A
RGB
CMYK
RGB Variations
Color information
#042D1A (or 0x042D1A) is known color: Dark Green. HEX triplet: 04, 2D and 1A. RGB value is (4,45,26). Sum of RGB (Red+Green+Blue) = 4+45+26=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #042D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D1A is #FBD2E5. Grayscale: #1E1E1E. Windows color (decimal): -16503526 or 1715460. OLE color: 1715460.
HSL color Cylindrical-coordinate representation of color #042D1A: hue angle of 152.2º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042D1A is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 45 | 26 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.82 |
| HSL | 152.2º | 0.84% | 0.1% | - |
| HSV(B) | 152.2º | 0.91% | 0.18% | - |
| XYZ | 1.17 | 1.98 | 1.3 | - |
| YUV | 30.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 26 | 0.91 | 0 | 0.42 | 0.82 | 152.2 | 0.84 | 0.1 |
| Hex | 4 | 2D | 1A | 5B | 0 | 2A | 52 | 98 | 54 | A |
| Octal | 4 | 55 | 32 | 133 | 0 | 52 | 122 | 230 | 124 | 12 |
| Binary | 100 | 101101 | 11010 | 1011011 | 0 | 101010 | 1010010 | 10011000 | 1010100 | 1010 |
Color Harmonies of #042D1A
Complementary color
Monochromatic Colors of #042D1A
Black with #042D1A
Text Example
Text Example
White with #042D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D1A; }
p { color: rgb(4,45,26); }
H1.HeaderClassName
{
color: #042D1A;
}
.AnyTagClassName
{
color: #042D1A;
}
</style>
background-color css
<style>
a { background-color: #042D1A; }
a { background-color: rgb(4,45,26); }
div.DivClassName
{
background-color: #042D1A;
}
.BgClassName
{
background-color: #042D1A;
}
</style>
border-color css
<style>
span { border-color: #042D1A; }
span { border-color: rgb(4,45,26); }
td.TdClassName
{
border-color: #042D1A;
}
.TagClassName
{
border-color: #042D1A;
}
</style>