Shades of Dark Green #041E1B
Tints of Dark Green #041E1B
RGB
CMYK
RGB Variations
Color information
#041E1B (or 0x041E1B) is known color: Dark Green. HEX triplet: 04, 1E and 1B. RGB value is (4,30,27). Sum of RGB (Red+Green+Blue) = 4+30+27=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #041E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E1B is #FBE1E4. Grayscale: #151515. Windows color (decimal): -16507365 or 1777156. OLE color: 1777156.
HSL color Cylindrical-coordinate representation of color #041E1B: hue angle of 173.08º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041E1B is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 30 | 27 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.88 |
| HSL | 173.08º | 0.76% | 0.07% | - |
| HSV(B) | 173.08º | 0.87% | 0.12% | - |
| XYZ | 0.71 | 1.03 | 1.2 | - |
| YUV | 21.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 27 | 0.87 | 0 | 0.10 | 0.88 | 173.08 | 0.76 | 0.07 |
| Hex | 4 | 1E | 1B | 57 | 0 | A | 58 | AD | 4C | 7 |
| Octal | 4 | 36 | 33 | 127 | 0 | 12 | 130 | 255 | 114 | 7 |
| Binary | 100 | 11110 | 11011 | 1010111 | 0 | 1010 | 1011000 | 10101101 | 1001100 | 111 |
Color Harmonies of #041E1B
Complementary color
Monochromatic Colors of #041E1B
Black with #041E1B
Text Example
Text Example
White with #041E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E1B; }
p { color: rgb(4,30,27); }
H1.HeaderClassName
{
color: #041E1B;
}
.AnyTagClassName
{
color: #041E1B;
}
</style>
background-color css
<style>
a { background-color: #041E1B; }
a { background-color: rgb(4,30,27); }
div.DivClassName
{
background-color: #041E1B;
}
.BgClassName
{
background-color: #041E1B;
}
</style>
border-color css
<style>
span { border-color: #041E1B; }
span { border-color: rgb(4,30,27); }
td.TdClassName
{
border-color: #041E1B;
}
.TagClassName
{
border-color: #041E1B;
}
</style>