Shades of Dark Green #042F2C
Tints of Dark Green #042F2C
RGB
CMYK
RGB Variations
Color information
#042F2C (or 0x042F2C) is known color: Dark Green. HEX triplet: 04, 2F and 2C. RGB value is (4,47,44). Sum of RGB (Red+Green+Blue) = 4+47+44=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #042F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F2C is #FBD0D3. Grayscale: #212121. Windows color (decimal): -16502996 or 2895620. OLE color: 2895620.
HSL color Cylindrical-coordinate representation of color #042F2C: hue angle of 175.81º 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 #042F2C is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 47 | 44 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.82 |
| HSL | 175.81º | 0.84% | 0.1% | - |
| HSV(B) | 175.81º | 0.91% | 0.18% | - |
| XYZ | 1.52 | 2.24 | 2.74 | - |
| YUV | 33.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 44 | 0.91 | 0 | 0.06 | 0.82 | 175.81 | 0.84 | 0.1 |
| Hex | 4 | 2F | 2C | 5B | 0 | 6 | 52 | B0 | 54 | A |
| Octal | 4 | 57 | 54 | 133 | 0 | 6 | 122 | 260 | 124 | 12 |
| Binary | 100 | 101111 | 101100 | 1011011 | 0 | 110 | 1010010 | 10110000 | 1010100 | 1010 |
Color Harmonies of #042F2C
Complementary color
Monochromatic Colors of #042F2C
Black with #042F2C
Text Example
Text Example
White with #042F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F2C; }
p { color: rgb(4,47,44); }
H1.HeaderClassName
{
color: #042F2C;
}
.AnyTagClassName
{
color: #042F2C;
}
</style>
background-color css
<style>
a { background-color: #042F2C; }
a { background-color: rgb(4,47,44); }
div.DivClassName
{
background-color: #042F2C;
}
.BgClassName
{
background-color: #042F2C;
}
</style>
border-color css
<style>
span { border-color: #042F2C; }
span { border-color: rgb(4,47,44); }
td.TdClassName
{
border-color: #042F2C;
}
.TagClassName
{
border-color: #042F2C;
}
</style>