Shades of Dark Green #042710
Tints of Dark Green #042710
RGB
CMYK
RGB Variations
Color information
#042710 (or 0x042710) is known color: Dark Green. HEX triplet: 04, 27 and 10. RGB value is (4,39,16). Sum of RGB (Red+Green+Blue) = 4+39+16=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #042710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042710 is #FBD8EF. Grayscale: #191919. Windows color (decimal): -16505072 or 1058564. OLE color: 1058564.
HSL color Cylindrical-coordinate representation of color #042710: hue angle of 140.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042710 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 39 | 16 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.85 |
| HSL | 140.57º | 0.81% | 0.08% | - |
| HSV(B) | 140.57º | 0.9% | 0.15% | - |
| XYZ | 0.87 | 1.51 | 0.74 | - |
| YUV | 25.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 16 | 0.90 | 0 | 0.59 | 0.85 | 140.57 | 0.81 | 0.08 |
| Hex | 4 | 27 | 10 | 5A | 0 | 3B | 55 | 8D | 51 | 8 |
| Octal | 4 | 47 | 20 | 132 | 0 | 73 | 125 | 215 | 121 | 10 |
| Binary | 100 | 100111 | 10000 | 1011010 | 0 | 111011 | 1010101 | 10001101 | 1010001 | 1000 |
Color Harmonies of #042710
Complementary color
Monochromatic Colors of #042710
Black with #042710
Text Example
Text Example
White with #042710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042710; }
p { color: rgb(4,39,16); }
H1.HeaderClassName
{
color: #042710;
}
.AnyTagClassName
{
color: #042710;
}
</style>
background-color css
<style>
a { background-color: #042710; }
a { background-color: rgb(4,39,16); }
div.DivClassName
{
background-color: #042710;
}
.BgClassName
{
background-color: #042710;
}
</style>
border-color css
<style>
span { border-color: #042710; }
span { border-color: rgb(4,39,16); }
td.TdClassName
{
border-color: #042710;
}
.TagClassName
{
border-color: #042710;
}
</style>