Shades of Dark Green #04260E
Tints of Dark Green #04260E
RGB
CMYK
RGB Variations
Color information
#04260E (or 0x04260E) is known color: Dark Green. HEX triplet: 04, 26 and 0E. RGB value is (4,38,14). Sum of RGB (Red+Green+Blue) = 4+38+14=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #04260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04260E is #FBD9F1. Grayscale: #191919. Windows color (decimal): -16505330 or 927236. OLE color: 927236.
HSL color Cylindrical-coordinate representation of color #04260E: hue angle of 137.65º 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 #04260E is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 14 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.85 |
| HSL | 137.65º | 0.81% | 0.08% | - |
| HSV(B) | 137.65º | 0.89% | 0.15% | - |
| XYZ | 0.82 | 1.44 | 0.65 | - |
| YUV | 25.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 14 | 0.89 | 0 | 0.63 | 0.85 | 137.65 | 0.81 | 0.08 |
| Hex | 4 | 26 | E | 59 | 0 | 3F | 55 | 8A | 51 | 8 |
| Octal | 4 | 46 | 16 | 131 | 0 | 77 | 125 | 212 | 121 | 10 |
| Binary | 100 | 100110 | 1110 | 1011001 | 0 | 111111 | 1010101 | 10001010 | 1010001 | 1000 |
Color Harmonies of #04260E
Complementary color
Monochromatic Colors of #04260E
Black with #04260E
Text Example
Text Example
White with #04260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04260E; }
p { color: rgb(4,38,14); }
H1.HeaderClassName
{
color: #04260E;
}
.AnyTagClassName
{
color: #04260E;
}
</style>
background-color css
<style>
a { background-color: #04260E; }
a { background-color: rgb(4,38,14); }
div.DivClassName
{
background-color: #04260E;
}
.BgClassName
{
background-color: #04260E;
}
</style>
border-color css
<style>
span { border-color: #04260E; }
span { border-color: rgb(4,38,14); }
td.TdClassName
{
border-color: #04260E;
}
.TagClassName
{
border-color: #04260E;
}
</style>