Shades of Dark Green #042F1F
Tints of Dark Green #042F1F
RGB
CMYK
RGB Variations
Color information
#042F1F (or 0x042F1F) is known color: Dark Green. HEX triplet: 04, 2F and 1F. RGB value is (4,47,31). Sum of RGB (Red+Green+Blue) = 4+47+31=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #042F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F1F is #FBD0E0. Grayscale: #202020. Windows color (decimal): -16503009 or 2043652. OLE color: 2043652.
HSL color Cylindrical-coordinate representation of color #042F1F: hue angle of 157.67º 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 #042F1F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 47 | 31 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.82 |
| HSL | 157.67º | 0.84% | 0.1% | - |
| HSV(B) | 157.67º | 0.91% | 0.18% | - |
| XYZ | 1.31 | 2.16 | 1.64 | - |
| YUV | 32.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 31 | 0.91 | 0 | 0.34 | 0.82 | 157.67 | 0.84 | 0.1 |
| Hex | 4 | 2F | 1F | 5B | 0 | 22 | 52 | 9E | 54 | A |
| Octal | 4 | 57 | 37 | 133 | 0 | 42 | 122 | 236 | 124 | 12 |
| Binary | 100 | 101111 | 11111 | 1011011 | 0 | 100010 | 1010010 | 10011110 | 1010100 | 1010 |
Color Harmonies of #042F1F
Complementary color
Monochromatic Colors of #042F1F
Black with #042F1F
Text Example
Text Example
White with #042F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F1F; }
p { color: rgb(4,47,31); }
H1.HeaderClassName
{
color: #042F1F;
}
.AnyTagClassName
{
color: #042F1F;
}
</style>
background-color css
<style>
a { background-color: #042F1F; }
a { background-color: rgb(4,47,31); }
div.DivClassName
{
background-color: #042F1F;
}
.BgClassName
{
background-color: #042F1F;
}
</style>
border-color css
<style>
span { border-color: #042F1F; }
span { border-color: rgb(4,47,31); }
td.TdClassName
{
border-color: #042F1F;
}
.TagClassName
{
border-color: #042F1F;
}
</style>