Shades of Dark Green #042D2C
Tints of Dark Green #042D2C
RGB
CMYK
RGB Variations
Color information
#042D2C (or 0x042D2C) is known color: Dark Green. HEX triplet: 04, 2D and 2C. RGB value is (4,45,44). Sum of RGB (Red+Green+Blue) = 4+45+44=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #042D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D2C is #FBD2D3. Grayscale: #202020. Windows color (decimal): -16503508 or 2895108. OLE color: 2895108.
HSL color Cylindrical-coordinate representation of color #042D2C: hue angle of 178.54º 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 #042D2C is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 45 | 44 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.82 |
| HSL | 178.54º | 0.84% | 0.1% | - |
| HSV(B) | 178.54º | 0.91% | 0.18% | - |
| XYZ | 1.44 | 2.08 | 2.71 | - |
| YUV | 32.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 44 | 0.91 | 0 | 0.02 | 0.82 | 178.54 | 0.84 | 0.1 |
| Hex | 4 | 2D | 2C | 5B | 0 | 2 | 52 | B3 | 54 | A |
| Octal | 4 | 55 | 54 | 133 | 0 | 2 | 122 | 263 | 124 | 12 |
| Binary | 100 | 101101 | 101100 | 1011011 | 0 | 10 | 1010010 | 10110011 | 1010100 | 1010 |
Color Harmonies of #042D2C
Complementary color
Monochromatic Colors of #042D2C
Black with #042D2C
Text Example
Text Example
White with #042D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D2C; }
p { color: rgb(4,45,44); }
H1.HeaderClassName
{
color: #042D2C;
}
.AnyTagClassName
{
color: #042D2C;
}
</style>
background-color css
<style>
a { background-color: #042D2C; }
a { background-color: rgb(4,45,44); }
div.DivClassName
{
background-color: #042D2C;
}
.BgClassName
{
background-color: #042D2C;
}
</style>
border-color css
<style>
span { border-color: #042D2C; }
span { border-color: rgb(4,45,44); }
td.TdClassName
{
border-color: #042D2C;
}
.TagClassName
{
border-color: #042D2C;
}
</style>