Shades of Dark Green #042F21
Tints of Dark Green #042F21
RGB
CMYK
RGB Variations
Color information
#042F21 (or 0x042F21) is known color: Dark Green. HEX triplet: 04, 2F and 21. RGB value is (4,47,33). Sum of RGB (Red+Green+Blue) = 4+47+33=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #042F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F21 is #FBD0DE. Grayscale: #202020. Windows color (decimal): -16503007 or 2174724. OLE color: 2174724.
HSL color Cylindrical-coordinate representation of color #042F21: hue angle of 160.47º 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 #042F21 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 47 | 33 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.82 |
| HSL | 160.47º | 0.84% | 0.1% | - |
| HSV(B) | 160.47º | 0.91% | 0.18% | - |
| XYZ | 1.34 | 2.17 | 1.79 | - |
| YUV | 32.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 33 | 0.91 | 0 | 0.30 | 0.82 | 160.47 | 0.84 | 0.1 |
| Hex | 4 | 2F | 21 | 5B | 0 | 1E | 52 | A0 | 54 | A |
| Octal | 4 | 57 | 41 | 133 | 0 | 36 | 122 | 240 | 124 | 12 |
| Binary | 100 | 101111 | 100001 | 1011011 | 0 | 11110 | 1010010 | 10100000 | 1010100 | 1010 |
Color Harmonies of #042F21
Complementary color
Monochromatic Colors of #042F21
Black with #042F21
Text Example
Text Example
White with #042F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F21; }
p { color: rgb(4,47,33); }
H1.HeaderClassName
{
color: #042F21;
}
.AnyTagClassName
{
color: #042F21;
}
</style>
background-color css
<style>
a { background-color: #042F21; }
a { background-color: rgb(4,47,33); }
div.DivClassName
{
background-color: #042F21;
}
.BgClassName
{
background-color: #042F21;
}
</style>
border-color css
<style>
span { border-color: #042F21; }
span { border-color: rgb(4,47,33); }
td.TdClassName
{
border-color: #042F21;
}
.TagClassName
{
border-color: #042F21;
}
</style>