Shades of Dark Green #04261B
Tints of Dark Green #04261B
RGB
CMYK
RGB Variations
Color information
#04261B (or 0x04261B) is known color: Dark Green. HEX triplet: 04, 26 and 1B. RGB value is (4,38,27). Sum of RGB (Red+Green+Blue) = 4+38+27=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #04261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04261B is #FBD9E4. Grayscale: #1A1A1A. Windows color (decimal): -16505317 or 1779204. OLE color: 1779204.
HSL color Cylindrical-coordinate representation of color #04261B: hue angle of 160.59º 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 #04261B is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
RGB | 4 | 38 | 27 | - |
CMYK | 0.89 | 0 | 0.29 | 0.85 |
HSL | 160.59º | 0.81% | 0.08% | - |
HSV(B) | 160.59º | 0.89% | 0.15% | - |
XYZ | 0.94 | 1.49 | 1.28 | - |
YUV | 26.58 | 128.24 | 111.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 38 | 27 | 0.89 | 0 | 0.29 | 0.85 | 160.59 | 0.81 | 0.08 |
Hex | 4 | 26 | 1B | 59 | 0 | 1D | 55 | A1 | 51 | 8 |
Octal | 4 | 46 | 33 | 131 | 0 | 35 | 125 | 241 | 121 | 10 |
Binary | 100 | 100110 | 11011 | 1011001 | 0 | 11101 | 1010101 | 10100001 | 1010001 | 1000 |
Color Harmonies of #04261B
Complementary color
Monochromatic Colors of #04261B
Black with #04261B
Text Example
Text Example
White with #04261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04261B; }
p { color: rgb(4,38,27); }
H1.HeaderClassName
{
color: #04261B;
}
.AnyTagClassName
{
color: #04261B;
}
</style>
background-color css
<style>
a { background-color: #04261B; }
a { background-color: rgb(4,38,27); }
div.DivClassName
{
background-color: #04261B;
}
.BgClassName
{
background-color: #04261B;
}
</style>
border-color css
<style>
span { border-color: #04261B; }
span { border-color: rgb(4,38,27); }
td.TdClassName
{
border-color: #04261B;
}
.TagClassName
{
border-color: #04261B;
}
</style>