Shades of Dark Green #04291A
Tints of Dark Green #04291A
RGB
CMYK
RGB Variations
Color information
#04291A (or 0x04291A) is known color: Dark Green. HEX triplet: 04, 29 and 1A. RGB value is (4,41,26). Sum of RGB (Red+Green+Blue) = 4+41+26=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #04291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04291A is #FBD6E5. Grayscale: #1C1C1C. Windows color (decimal): -16504550 or 1714436. OLE color: 1714436.
HSL color Cylindrical-coordinate representation of color #04291A: hue angle of 155.68º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04291A is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 26 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.84 |
| HSL | 155.68º | 0.82% | 0.09% | - |
| HSV(B) | 155.68º | 0.9% | 0.16% | - |
| XYZ | 1.03 | 1.69 | 1.25 | - |
| YUV | 28.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 26 | 0.90 | 0 | 0.37 | 0.84 | 155.68 | 0.82 | 0.09 |
| Hex | 4 | 29 | 1A | 5A | 0 | 25 | 54 | 9C | 52 | 9 |
| Octal | 4 | 51 | 32 | 132 | 0 | 45 | 124 | 234 | 122 | 11 |
| Binary | 100 | 101001 | 11010 | 1011010 | 0 | 100101 | 1010100 | 10011100 | 1010010 | 1001 |
Color Harmonies of #04291A
Complementary color
Monochromatic Colors of #04291A
Black with #04291A
Text Example
Text Example
White with #04291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04291A; }
p { color: rgb(4,41,26); }
H1.HeaderClassName
{
color: #04291A;
}
.AnyTagClassName
{
color: #04291A;
}
</style>
background-color css
<style>
a { background-color: #04291A; }
a { background-color: rgb(4,41,26); }
div.DivClassName
{
background-color: #04291A;
}
.BgClassName
{
background-color: #04291A;
}
</style>
border-color css
<style>
span { border-color: #04291A; }
span { border-color: rgb(4,41,26); }
td.TdClassName
{
border-color: #04291A;
}
.TagClassName
{
border-color: #04291A;
}
</style>