Shades of Dark Green #041A1A
Tints of Dark Green #041A1A
RGB
CMYK
RGB Variations
Color information
#041A1A (or 0x041A1A) is known color: Dark Green. HEX triplet: 04, 1A and 1A. RGB value is (4,26,26). Sum of RGB (Red+Green+Blue) = 4+26+26=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: green, blue. Hex color #041A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A1A is #FBE5E5. Grayscale: #131313. Windows color (decimal): -16508390 or 1710596. OLE color: 1710596.
HSL color Cylindrical-coordinate representation of color #041A1A: hue angle of 180º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A1A is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 26 | - |
| CMYK | 0.85 | 0 | 0 | 0.90 |
| HSL | 180º | 0.73% | 0.06% | - |
| HSV(B) | 180º | 0.85% | 0.1% | - |
| XYZ | 0.61 | 0.84 | 1.11 | - |
| YUV | 19.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 26 | 0.85 | 0 | 0 | 0.90 | 180 | 0.73 | 0.06 |
| Hex | 4 | 1A | 1A | 55 | 0 | 0 | 5A | B4 | 49 | 6 |
| Octal | 4 | 32 | 32 | 125 | 0 | 0 | 132 | 264 | 111 | 6 |
| Binary | 100 | 11010 | 11010 | 1010101 | 0 | 0 | 1011010 | 10110100 | 1001001 | 110 |
Color Harmonies of #041A1A
Complementary color
Monochromatic Colors of #041A1A
Black with #041A1A
Text Example
Text Example
White with #041A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A1A; }
p { color: rgb(4,26,26); }
H1.HeaderClassName
{
color: #041A1A;
}
.AnyTagClassName
{
color: #041A1A;
}
</style>
background-color css
<style>
a { background-color: #041A1A; }
a { background-color: rgb(4,26,26); }
div.DivClassName
{
background-color: #041A1A;
}
.BgClassName
{
background-color: #041A1A;
}
</style>
border-color css
<style>
span { border-color: #041A1A; }
span { border-color: rgb(4,26,26); }
td.TdClassName
{
border-color: #041A1A;
}
.TagClassName
{
border-color: #041A1A;
}
</style>