Shades of Dark Green #042C26
Tints of Dark Green #042C26
RGB
CMYK
RGB Variations
Color information
#042C26 (or 0x042C26) is known color: Dark Green. HEX triplet: 04, 2C and 26. RGB value is (4,44,38). Sum of RGB (Red+Green+Blue) = 4+44+38=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #042C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C26 is #FBD3D9. Grayscale: #1F1F1F. Windows color (decimal): -16503770 or 2501636. OLE color: 2501636.
HSL color Cylindrical-coordinate representation of color #042C26: hue angle of 171º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C26 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 44 | 38 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.83 |
| HSL | 171º | 0.83% | 0.09% | - |
| HSV(B) | 171º | 0.91% | 0.17% | - |
| XYZ | 1.3 | 1.97 | 2.14 | - |
| YUV | 31.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 38 | 0.91 | 0 | 0.14 | 0.83 | 171 | 0.83 | 0.09 |
| Hex | 4 | 2C | 26 | 5B | 0 | E | 53 | AB | 53 | 9 |
| Octal | 4 | 54 | 46 | 133 | 0 | 16 | 123 | 253 | 123 | 11 |
| Binary | 100 | 101100 | 100110 | 1011011 | 0 | 1110 | 1010011 | 10101011 | 1010011 | 1001 |
Color Harmonies of #042C26
Complementary color
Monochromatic Colors of #042C26
Black with #042C26
Text Example
Text Example
White with #042C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C26; }
p { color: rgb(4,44,38); }
H1.HeaderClassName
{
color: #042C26;
}
.AnyTagClassName
{
color: #042C26;
}
</style>
background-color css
<style>
a { background-color: #042C26; }
a { background-color: rgb(4,44,38); }
div.DivClassName
{
background-color: #042C26;
}
.BgClassName
{
background-color: #042C26;
}
</style>
border-color css
<style>
span { border-color: #042C26; }
span { border-color: rgb(4,44,38); }
td.TdClassName
{
border-color: #042C26;
}
.TagClassName
{
border-color: #042C26;
}
</style>