Shades of Dark Green #041B14
Tints of Dark Green #041B14
RGB
CMYK
RGB Variations
Color information
#041B14 (or 0x041B14) is known color: Dark Green. HEX triplet: 04, 1B and 14. RGB value is (4,27,20). Sum of RGB (Red+Green+Blue) = 4+27+20=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #041B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041B14 is #FBE4EB. Grayscale: #131313. Windows color (decimal): -16508140 or 1317636. OLE color: 1317636.
HSL color Cylindrical-coordinate representation of color #041B14: hue angle of 161.74º 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 #041B14 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 27 | 20 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.89 |
| HSL | 161.74º | 0.74% | 0.06% | - |
| HSV(B) | 161.74º | 0.85% | 0.11% | - |
| XYZ | 0.57 | 0.86 | 0.8 | - |
| YUV | 19.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 20 | 0.85 | 0 | 0.26 | 0.89 | 161.74 | 0.74 | 0.06 |
| Hex | 4 | 1B | 14 | 55 | 0 | 1A | 59 | A2 | 4A | 6 |
| Octal | 4 | 33 | 24 | 125 | 0 | 32 | 131 | 242 | 112 | 6 |
| Binary | 100 | 11011 | 10100 | 1010101 | 0 | 11010 | 1011001 | 10100010 | 1001010 | 110 |
Color Harmonies of #041B14
Complementary color
Monochromatic Colors of #041B14
Black with #041B14
Text Example
Text Example
White with #041B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B14; }
p { color: rgb(4,27,20); }
H1.HeaderClassName
{
color: #041B14;
}
.AnyTagClassName
{
color: #041B14;
}
</style>
background-color css
<style>
a { background-color: #041B14; }
a { background-color: rgb(4,27,20); }
div.DivClassName
{
background-color: #041B14;
}
.BgClassName
{
background-color: #041B14;
}
</style>
border-color css
<style>
span { border-color: #041B14; }
span { border-color: rgb(4,27,20); }
td.TdClassName
{
border-color: #041B14;
}
.TagClassName
{
border-color: #041B14;
}
</style>