Shades of Dark Green #041B1A
Tints of Dark Green #041B1A
RGB
CMYK
RGB Variations
Color information
#041B1A (or 0x041B1A) is known color: Dark Green. HEX triplet: 04, 1B and 1A. RGB value is (4,27,26). Sum of RGB (Red+Green+Blue) = 4+27+26=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #041B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B1A is #FBE4E5. Grayscale: #131313. Windows color (decimal): -16508134 or 1710852. OLE color: 1710852.
HSL color Cylindrical-coordinate representation of color #041B1A: hue angle of 177.39º 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 #041B1A is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 27 | 26 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.89 |
| HSL | 177.39º | 0.74% | 0.06% | - |
| HSV(B) | 177.39º | 0.85% | 0.11% | - |
| XYZ | 0.63 | 0.88 | 1.11 | - |
| YUV | 20.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 26 | 0.85 | 0 | 0.04 | 0.89 | 177.39 | 0.74 | 0.06 |
| Hex | 4 | 1B | 1A | 55 | 0 | 4 | 59 | B1 | 4A | 6 |
| Octal | 4 | 33 | 32 | 125 | 0 | 4 | 131 | 261 | 112 | 6 |
| Binary | 100 | 11011 | 11010 | 1010101 | 0 | 100 | 1011001 | 10110001 | 1001010 | 110 |
Color Harmonies of #041B1A
Complementary color
Monochromatic Colors of #041B1A
Black with #041B1A
Text Example
Text Example
White with #041B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B1A; }
p { color: rgb(4,27,26); }
H1.HeaderClassName
{
color: #041B1A;
}
.AnyTagClassName
{
color: #041B1A;
}
</style>
background-color css
<style>
a { background-color: #041B1A; }
a { background-color: rgb(4,27,26); }
div.DivClassName
{
background-color: #041B1A;
}
.BgClassName
{
background-color: #041B1A;
}
</style>
border-color css
<style>
span { border-color: #041B1A; }
span { border-color: rgb(4,27,26); }
td.TdClassName
{
border-color: #041B1A;
}
.TagClassName
{
border-color: #041B1A;
}
</style>