Shades of Dark Green #041B11
Tints of Dark Green #041B11
RGB
CMYK
RGB Variations
Color information
#041B11 (or 0x041B11) is known color: Dark Green. HEX triplet: 04, 1B and 11. RGB value is (4,27,17). Sum of RGB (Red+Green+Blue) = 4+27+17=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #041B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041B11 is #FBE4EE. Grayscale: #131313. Windows color (decimal): -16508143 or 1121028. OLE color: 1121028.
HSL color Cylindrical-coordinate representation of color #041B11: hue angle of 153.91º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041B11 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 27 | 17 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.89 |
| HSL | 153.91º | 0.74% | 0.06% | - |
| HSV(B) | 153.91º | 0.85% | 0.11% | - |
| XYZ | 0.54 | 0.85 | 0.67 | - |
| YUV | 18.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 17 | 0.85 | 0 | 0.37 | 0.89 | 153.91 | 0.74 | 0.06 |
| Hex | 4 | 1B | 11 | 55 | 0 | 25 | 59 | 9A | 4A | 6 |
| Octal | 4 | 33 | 21 | 125 | 0 | 45 | 131 | 232 | 112 | 6 |
| Binary | 100 | 11011 | 10001 | 1010101 | 0 | 100101 | 1011001 | 10011010 | 1001010 | 110 |
Color Harmonies of #041B11
Complementary color
Monochromatic Colors of #041B11
Black with #041B11
Text Example
Text Example
White with #041B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B11; }
p { color: rgb(4,27,17); }
H1.HeaderClassName
{
color: #041B11;
}
.AnyTagClassName
{
color: #041B11;
}
</style>
background-color css
<style>
a { background-color: #041B11; }
a { background-color: rgb(4,27,17); }
div.DivClassName
{
background-color: #041B11;
}
.BgClassName
{
background-color: #041B11;
}
</style>
border-color css
<style>
span { border-color: #041B11; }
span { border-color: rgb(4,27,17); }
td.TdClassName
{
border-color: #041B11;
}
.TagClassName
{
border-color: #041B11;
}
</style>