Shades of Dark Green #04261C
Tints of Dark Green #04261C
RGB
CMYK
RGB Variations
Color information
#04261C (or 0x04261C) is known color: Dark Green. HEX triplet: 04, 26 and 1C. RGB value is (4,38,28). Sum of RGB (Red+Green+Blue) = 4+38+28=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #04261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04261C is #FBD9E3. Grayscale: #1A1A1A. Windows color (decimal): -16505316 or 1844740. OLE color: 1844740.
HSL color Cylindrical-coordinate representation of color #04261C: hue angle of 162.35º 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 #04261C is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 28 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.85 |
| HSL | 162.35º | 0.81% | 0.08% | - |
| HSV(B) | 162.35º | 0.89% | 0.15% | - |
| XYZ | 0.95 | 1.5 | 1.34 | - |
| YUV | 26.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 28 | 0.89 | 0 | 0.26 | 0.85 | 162.35 | 0.81 | 0.08 |
| Hex | 4 | 26 | 1C | 59 | 0 | 1A | 55 | A2 | 51 | 8 |
| Octal | 4 | 46 | 34 | 131 | 0 | 32 | 125 | 242 | 121 | 10 |
| Binary | 100 | 100110 | 11100 | 1011001 | 0 | 11010 | 1010101 | 10100010 | 1010001 | 1000 |
Color Harmonies of #04261C
Complementary color
Monochromatic Colors of #04261C
Black with #04261C
Text Example
Text Example
White with #04261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04261C; }
p { color: rgb(4,38,28); }
H1.HeaderClassName
{
color: #04261C;
}
.AnyTagClassName
{
color: #04261C;
}
</style>
background-color css
<style>
a { background-color: #04261C; }
a { background-color: rgb(4,38,28); }
div.DivClassName
{
background-color: #04261C;
}
.BgClassName
{
background-color: #04261C;
}
</style>
border-color css
<style>
span { border-color: #04261C; }
span { border-color: rgb(4,38,28); }
td.TdClassName
{
border-color: #04261C;
}
.TagClassName
{
border-color: #04261C;
}
</style>