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