Shades of Dark Green #04261E
Tints of Dark Green #04261E
RGB
CMYK
RGB Variations
Color information
#04261E (or 0x04261E) is known color: Dark Green. HEX triplet: 04, 26 and 1E. RGB value is (4,38,30). Sum of RGB (Red+Green+Blue) = 4+38+30=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #04261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04261E is #FBD9E1. Grayscale: #1A1A1A. Windows color (decimal): -16505314 or 1975812. OLE color: 1975812.
HSL color Cylindrical-coordinate representation of color #04261E: hue angle of 165.88º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04261E is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 30 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.85 |
| HSL | 165.88º | 0.81% | 0.08% | - |
| HSV(B) | 165.88º | 0.89% | 0.15% | - |
| XYZ | 0.98 | 1.51 | 1.47 | - |
| YUV | 26.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 30 | 0.89 | 0 | 0.21 | 0.85 | 165.88 | 0.81 | 0.08 |
| Hex | 4 | 26 | 1E | 59 | 0 | 15 | 55 | A6 | 51 | 8 |
| Octal | 4 | 46 | 36 | 131 | 0 | 25 | 125 | 246 | 121 | 10 |
| Binary | 100 | 100110 | 11110 | 1011001 | 0 | 10101 | 1010101 | 10100110 | 1010001 | 1000 |
Color Harmonies of #04261E
Complementary color
Monochromatic Colors of #04261E
Black with #04261E
Text Example
Text Example
White with #04261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04261E; }
p { color: rgb(4,38,30); }
H1.HeaderClassName
{
color: #04261E;
}
.AnyTagClassName
{
color: #04261E;
}
</style>
background-color css
<style>
a { background-color: #04261E; }
a { background-color: rgb(4,38,30); }
div.DivClassName
{
background-color: #04261E;
}
.BgClassName
{
background-color: #04261E;
}
</style>
border-color css
<style>
span { border-color: #04261E; }
span { border-color: rgb(4,38,30); }
td.TdClassName
{
border-color: #04261E;
}
.TagClassName
{
border-color: #04261E;
}
</style>