Shades of Dark Green #042D1B
Tints of Dark Green #042D1B
RGB
CMYK
RGB Variations
Color information
#042D1B (or 0x042D1B) is known color: Dark Green. HEX triplet: 04, 2D and 1B. RGB value is (4,45,27). Sum of RGB (Red+Green+Blue) = 4+45+27=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #042D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D1B is #FBD2E4. Grayscale: #1E1E1E. Windows color (decimal): -16503525 or 1780996. OLE color: 1780996.
HSL color Cylindrical-coordinate representation of color #042D1B: hue angle of 153.66º 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 #042D1B is Cyan = 0.91, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 45 | 27 | - |
| CMYK | 0.91 | 0 | 0.4 | 0.82 |
| HSL | 153.66º | 0.84% | 0.1% | - |
| HSV(B) | 153.66º | 0.91% | 0.18% | - |
| XYZ | 1.19 | 1.98 | 1.36 | - |
| YUV | 30.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 27 | 0.91 | 0 | 0.4 | 0.82 | 153.66 | 0.84 | 0.1 |
| Hex | 4 | 2D | 1B | 5B | 0 | 28 | 52 | 9A | 54 | A |
| Octal | 4 | 55 | 33 | 133 | 0 | 50 | 122 | 232 | 124 | 12 |
| Binary | 100 | 101101 | 11011 | 1011011 | 0 | 101000 | 1010010 | 10011010 | 1010100 | 1010 |
Color Harmonies of #042D1B
Complementary color
Monochromatic Colors of #042D1B
Black with #042D1B
Text Example
Text Example
White with #042D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D1B; }
p { color: rgb(4,45,27); }
H1.HeaderClassName
{
color: #042D1B;
}
.AnyTagClassName
{
color: #042D1B;
}
</style>
background-color css
<style>
a { background-color: #042D1B; }
a { background-color: rgb(4,45,27); }
div.DivClassName
{
background-color: #042D1B;
}
.BgClassName
{
background-color: #042D1B;
}
</style>
border-color css
<style>
span { border-color: #042D1B; }
span { border-color: rgb(4,45,27); }
td.TdClassName
{
border-color: #042D1B;
}
.TagClassName
{
border-color: #042D1B;
}
</style>