Shades of Dark Green #042310
Tints of Dark Green #042310
RGB
CMYK
RGB Variations
Color information
#042310 (or 0x042310) is known color: Dark Green. HEX triplet: 04, 23 and 10. RGB value is (4,35,16). Sum of RGB (Red+Green+Blue) = 4+35+16=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #042310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042310 is #FBDCEF. Grayscale: #171717. Windows color (decimal): -16506096 or 1057540. OLE color: 1057540.
HSL color Cylindrical-coordinate representation of color #042310: hue angle of 143.23º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042310 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 16 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.86 |
| HSL | 143.23º | 0.79% | 0.08% | - |
| HSV(B) | 143.23º | 0.89% | 0.14% | - |
| XYZ | 0.74 | 1.27 | 0.7 | - |
| YUV | 23.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 16 | 0.89 | 0 | 0.54 | 0.86 | 143.23 | 0.79 | 0.08 |
| Hex | 4 | 23 | 10 | 59 | 0 | 36 | 56 | 8F | 4F | 8 |
| Octal | 4 | 43 | 20 | 131 | 0 | 66 | 126 | 217 | 117 | 10 |
| Binary | 100 | 100011 | 10000 | 1011001 | 0 | 110110 | 1010110 | 10001111 | 1001111 | 1000 |
Color Harmonies of #042310
Complementary color
Monochromatic Colors of #042310
Black with #042310
Text Example
Text Example
White with #042310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042310; }
p { color: rgb(4,35,16); }
H1.HeaderClassName
{
color: #042310;
}
.AnyTagClassName
{
color: #042310;
}
</style>
background-color css
<style>
a { background-color: #042310; }
a { background-color: rgb(4,35,16); }
div.DivClassName
{
background-color: #042310;
}
.BgClassName
{
background-color: #042310;
}
</style>
border-color css
<style>
span { border-color: #042310; }
span { border-color: rgb(4,35,16); }
td.TdClassName
{
border-color: #042310;
}
.TagClassName
{
border-color: #042310;
}
</style>