Shades of Dark Green #04261F
Tints of Dark Green #04261F
RGB
CMYK
RGB Variations
Color information
#04261F (or 0x04261F) is known color: Dark Green. HEX triplet: 04, 26 and 1F. RGB value is (4,38,31). Sum of RGB (Red+Green+Blue) = 4+38+31=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #04261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04261F is #FBD9E0. Grayscale: #1B1B1B. Windows color (decimal): -16505313 or 2041348. OLE color: 2041348.
HSL color Cylindrical-coordinate representation of color #04261F: hue angle of 167.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 #04261F is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 31 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.85 |
| HSL | 167.65º | 0.81% | 0.08% | - |
| HSV(B) | 167.65º | 0.89% | 0.15% | - |
| XYZ | 0.99 | 1.51 | 1.54 | - |
| YUV | 27.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 31 | 0.89 | 0 | 0.18 | 0.85 | 167.65 | 0.81 | 0.08 |
| Hex | 4 | 26 | 1F | 59 | 0 | 12 | 55 | A8 | 51 | 8 |
| Octal | 4 | 46 | 37 | 131 | 0 | 22 | 125 | 250 | 121 | 10 |
| Binary | 100 | 100110 | 11111 | 1011001 | 0 | 10010 | 1010101 | 10101000 | 1010001 | 1000 |
Color Harmonies of #04261F
Complementary color
Monochromatic Colors of #04261F
Black with #04261F
Text Example
Text Example
White with #04261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04261F; }
p { color: rgb(4,38,31); }
H1.HeaderClassName
{
color: #04261F;
}
.AnyTagClassName
{
color: #04261F;
}
</style>
background-color css
<style>
a { background-color: #04261F; }
a { background-color: rgb(4,38,31); }
div.DivClassName
{
background-color: #04261F;
}
.BgClassName
{
background-color: #04261F;
}
</style>
border-color css
<style>
span { border-color: #04261F; }
span { border-color: rgb(4,38,31); }
td.TdClassName
{
border-color: #04261F;
}
.TagClassName
{
border-color: #04261F;
}
</style>