Shades of Dark Green #041B1C
Tints of Dark Green #041B1C
RGB
CMYK
RGB Variations
Color information
#041B1C (or 0x041B1C) is known color: Dark Green. HEX triplet: 04, 1B and 1C. RGB value is (4,27,28). Sum of RGB (Red+Green+Blue) = 4+27+28=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #041B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B1C is #FBE4E3. Grayscale: #141414. Windows color (decimal): -16508132 or 1841924. OLE color: 1841924.
HSL color Cylindrical-coordinate representation of color #041B1C: hue angle of 182.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041B1C is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 27 | 28 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.89 |
| HSL | 182.5º | 0.75% | 0.06% | - |
| HSV(B) | 182.5º | 0.86% | 0.11% | - |
| XYZ | 0.65 | 0.89 | 1.24 | - |
| YUV | 20.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 28 | 0.86 | 0.04 | 0 | 0.89 | 182.5 | 0.75 | 0.06 |
| Hex | 4 | 1B | 1C | 56 | 4 | 0 | 59 | B6 | 4B | 6 |
| Octal | 4 | 33 | 34 | 126 | 4 | 0 | 131 | 266 | 113 | 6 |
| Binary | 100 | 11011 | 11100 | 1010110 | 100 | 0 | 1011001 | 10110110 | 1001011 | 110 |
Color Harmonies of #041B1C
Complementary color
Monochromatic Colors of #041B1C
Black with #041B1C
Text Example
Text Example
White with #041B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B1C; }
p { color: rgb(4,27,28); }
H1.HeaderClassName
{
color: #041B1C;
}
.AnyTagClassName
{
color: #041B1C;
}
</style>
background-color css
<style>
a { background-color: #041B1C; }
a { background-color: rgb(4,27,28); }
div.DivClassName
{
background-color: #041B1C;
}
.BgClassName
{
background-color: #041B1C;
}
</style>
border-color css
<style>
span { border-color: #041B1C; }
span { border-color: rgb(4,27,28); }
td.TdClassName
{
border-color: #041B1C;
}
.TagClassName
{
border-color: #041B1C;
}
</style>