Shades of Dark Green #072F19
Tints of Dark Green #072F19
RGB
CMYK
RGB Variations
Color information
#072F19 (or 0x072F19) is known color: Dark Green. HEX triplet: 07, 2F and 19. RGB value is (7,47,25). Sum of RGB (Red+Green+Blue) = 7+47+25=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 47 (18.75% from 255 or 59.49% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 47 - color contains mainly: green. Hex color #072F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072F19 is #F8D0E6. Grayscale: #202020. Windows color (decimal): -16306407 or 1650439. OLE color: 1650439.
HSL color Cylindrical-coordinate representation of color #072F19: hue angle of 147º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072F19 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 47 | 25 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.82 |
| HSL | 147º | 0.74% | 0.11% | - |
| HSV(B) | 147º | 0.85% | 0.18% | - |
| XYZ | 1.28 | 2.15 | 1.27 | - |
| YUV | 32.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 25 | 0.85 | 0 | 0.47 | 0.82 | 147 | 0.74 | 0.11 |
| Hex | 7 | 2F | 19 | 55 | 0 | 2F | 52 | 93 | 4A | B |
| Octal | 7 | 57 | 31 | 125 | 0 | 57 | 122 | 223 | 112 | 13 |
| Binary | 111 | 101111 | 11001 | 1010101 | 0 | 101111 | 1010010 | 10010011 | 1001010 | 1011 |
Color Harmonies of #072F19
Complementary color
Monochromatic Colors of #072F19
Black with #072F19
Text Example
Text Example
White with #072F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F19; }
p { color: rgb(7,47,25); }
H1.HeaderClassName
{
color: #072F19;
}
.AnyTagClassName
{
color: #072F19;
}
</style>
background-color css
<style>
a { background-color: #072F19; }
a { background-color: rgb(7,47,25); }
div.DivClassName
{
background-color: #072F19;
}
.BgClassName
{
background-color: #072F19;
}
</style>
border-color css
<style>
span { border-color: #072F19; }
span { border-color: rgb(7,47,25); }
td.TdClassName
{
border-color: #072F19;
}
.TagClassName
{
border-color: #072F19;
}
</style>