Shades of Dark Green #041E1C
Tints of Dark Green #041E1C
RGB
CMYK
RGB Variations
Color information
#041E1C (or 0x041E1C) is known color: Dark Green. HEX triplet: 04, 1E and 1C. RGB value is (4,30,28). Sum of RGB (Red+Green+Blue) = 4+30+28=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #041E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E1C is #FBE1E3. Grayscale: #151515. Windows color (decimal): -16507364 or 1842692. OLE color: 1842692.
HSL color Cylindrical-coordinate representation of color #041E1C: hue angle of 175.38º 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 #041E1C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 30 | 28 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.88 |
| HSL | 175.38º | 0.76% | 0.07% | - |
| HSV(B) | 175.38º | 0.87% | 0.12% | - |
| XYZ | 0.72 | 1.04 | 1.26 | - |
| YUV | 22 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 28 | 0.87 | 0 | 0.07 | 0.88 | 175.38 | 0.76 | 0.07 |
| Hex | 4 | 1E | 1C | 57 | 0 | 7 | 58 | AF | 4C | 7 |
| Octal | 4 | 36 | 34 | 127 | 0 | 7 | 130 | 257 | 114 | 7 |
| Binary | 100 | 11110 | 11100 | 1010111 | 0 | 111 | 1011000 | 10101111 | 1001100 | 111 |
Color Harmonies of #041E1C
Complementary color
Monochromatic Colors of #041E1C
Black with #041E1C
Text Example
Text Example
White with #041E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E1C; }
p { color: rgb(4,30,28); }
H1.HeaderClassName
{
color: #041E1C;
}
.AnyTagClassName
{
color: #041E1C;
}
</style>
background-color css
<style>
a { background-color: #041E1C; }
a { background-color: rgb(4,30,28); }
div.DivClassName
{
background-color: #041E1C;
}
.BgClassName
{
background-color: #041E1C;
}
</style>
border-color css
<style>
span { border-color: #041E1C; }
span { border-color: rgb(4,30,28); }
td.TdClassName
{
border-color: #041E1C;
}
.TagClassName
{
border-color: #041E1C;
}
</style>