Shades of Dark Green #042712
Tints of Dark Green #042712
RGB
CMYK
RGB Variations
Color information
#042712 (or 0x042712) is known color: Dark Green. HEX triplet: 04, 27 and 12. RGB value is (4,39,18). Sum of RGB (Red+Green+Blue) = 4+39+18=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #042712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042712 is #FBD8ED. Grayscale: #1A1A1A. Windows color (decimal): -16505070 or 1189636. OLE color: 1189636.
HSL color Cylindrical-coordinate representation of color #042712: hue angle of 144º 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 #042712 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 39 | 18 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.85 |
| HSL | 144º | 0.81% | 0.08% | - |
| HSV(B) | 144º | 0.9% | 0.15% | - |
| XYZ | 0.88 | 1.52 | 0.82 | - |
| YUV | 26.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 18 | 0.90 | 0 | 0.54 | 0.85 | 144 | 0.81 | 0.08 |
| Hex | 4 | 27 | 12 | 5A | 0 | 36 | 55 | 90 | 51 | 8 |
| Octal | 4 | 47 | 22 | 132 | 0 | 66 | 125 | 220 | 121 | 10 |
| Binary | 100 | 100111 | 10010 | 1011010 | 0 | 110110 | 1010101 | 10010000 | 1010001 | 1000 |
Color Harmonies of #042712
Complementary color
Monochromatic Colors of #042712
Black with #042712
Text Example
Text Example
White with #042712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042712; }
p { color: rgb(4,39,18); }
H1.HeaderClassName
{
color: #042712;
}
.AnyTagClassName
{
color: #042712;
}
</style>
background-color css
<style>
a { background-color: #042712; }
a { background-color: rgb(4,39,18); }
div.DivClassName
{
background-color: #042712;
}
.BgClassName
{
background-color: #042712;
}
</style>
border-color css
<style>
span { border-color: #042712; }
span { border-color: rgb(4,39,18); }
td.TdClassName
{
border-color: #042712;
}
.TagClassName
{
border-color: #042712;
}
</style>