Shades of Dark Green #072A14
Tints of Dark Green #072A14
RGB
CMYK
RGB Variations
Color information
#072A14 (or 0x072A14) is known color: Dark Green. HEX triplet: 07, 2A and 14. RGB value is (7,42,20). Sum of RGB (Red+Green+Blue) = 7+42+20=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #072A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A14 is #F8D5EB. Grayscale: #1D1D1D. Windows color (decimal): -16307692 or 1321479. OLE color: 1321479.
HSL color Cylindrical-coordinate representation of color #072A14: hue angle of 142.29º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #072A14 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 42 | 20 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.84 |
| HSL | 142.29º | 0.71% | 0.1% | - |
| HSV(B) | 142.29º | 0.83% | 0.16% | - |
| XYZ | 1.04 | 1.75 | 0.95 | - |
| YUV | 29.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 20 | 0.83 | 0 | 0.52 | 0.84 | 142.29 | 0.71 | 0.1 |
| Hex | 7 | 2A | 14 | 53 | 0 | 34 | 54 | 8E | 47 | A |
| Octal | 7 | 52 | 24 | 123 | 0 | 64 | 124 | 216 | 107 | 12 |
| Binary | 111 | 101010 | 10100 | 1010011 | 0 | 110100 | 1010100 | 10001110 | 1000111 | 1010 |
Color Harmonies of #072A14
Complementary color
Monochromatic Colors of #072A14
Black with #072A14
Text Example
Text Example
White with #072A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A14; }
p { color: rgb(7,42,20); }
H1.HeaderClassName
{
color: #072A14;
}
.AnyTagClassName
{
color: #072A14;
}
</style>
background-color css
<style>
a { background-color: #072A14; }
a { background-color: rgb(7,42,20); }
div.DivClassName
{
background-color: #072A14;
}
.BgClassName
{
background-color: #072A14;
}
</style>
border-color css
<style>
span { border-color: #072A14; }
span { border-color: rgb(7,42,20); }
td.TdClassName
{
border-color: #072A14;
}
.TagClassName
{
border-color: #072A14;
}
</style>