Shades of Dark Green #072C15
Tints of Dark Green #072C15
RGB
CMYK
RGB Variations
Color information
#072C15 (or 0x072C15) is known color: Dark Green. HEX triplet: 07, 2C and 15. RGB value is (7,44,21). Sum of RGB (Red+Green+Blue) = 7+44+21=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #072C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072C15 is #F8D3EA. Grayscale: #1E1E1E. Windows color (decimal): -16307179 or 1387527. OLE color: 1387527.
HSL color Cylindrical-coordinate representation of color #072C15: hue angle of 142.7º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072C15 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 44 | 21 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.83 |
| HSL | 142.7º | 0.73% | 0.1% | - |
| HSV(B) | 142.7º | 0.84% | 0.17% | - |
| XYZ | 1.12 | 1.9 | 1.02 | - |
| YUV | 30.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 21 | 0.84 | 0 | 0.52 | 0.83 | 142.7 | 0.73 | 0.1 |
| Hex | 7 | 2C | 15 | 54 | 0 | 34 | 53 | 8F | 49 | A |
| Octal | 7 | 54 | 25 | 124 | 0 | 64 | 123 | 217 | 111 | 12 |
| Binary | 111 | 101100 | 10101 | 1010100 | 0 | 110100 | 1010011 | 10001111 | 1001001 | 1010 |
Color Harmonies of #072C15
Complementary color
Monochromatic Colors of #072C15
Black with #072C15
Text Example
Text Example
White with #072C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C15; }
p { color: rgb(7,44,21); }
H1.HeaderClassName
{
color: #072C15;
}
.AnyTagClassName
{
color: #072C15;
}
</style>
background-color css
<style>
a { background-color: #072C15; }
a { background-color: rgb(7,44,21); }
div.DivClassName
{
background-color: #072C15;
}
.BgClassName
{
background-color: #072C15;
}
</style>
border-color css
<style>
span { border-color: #072C15; }
span { border-color: rgb(7,44,21); }
td.TdClassName
{
border-color: #072C15;
}
.TagClassName
{
border-color: #072C15;
}
</style>