Shades of Dark Green #072B15
Tints of Dark Green #072B15
RGB
CMYK
RGB Variations
Color information
#072B15 (or 0x072B15) is known color: Dark Green. HEX triplet: 07, 2B and 15. RGB value is (7,43,21). Sum of RGB (Red+Green+Blue) = 7+43+21=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 43 (17.19% from 255 or 60.56% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 43 - color contains mainly: green. Hex color #072B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B15 is #F8D4EA. Grayscale: #1D1D1D. Windows color (decimal): -16307435 or 1387271. OLE color: 1387271.
HSL color Cylindrical-coordinate representation of color #072B15: hue angle of 143.33º degrees, saturation: 0.72, 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 #072B15 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 43 | 21 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.83 |
| HSL | 143.33º | 0.72% | 0.1% | - |
| HSV(B) | 143.33º | 0.84% | 0.17% | - |
| XYZ | 1.09 | 1.83 | 1 | - |
| YUV | 29.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 21 | 0.84 | 0 | 0.51 | 0.83 | 143.33 | 0.72 | 0.1 |
| Hex | 7 | 2B | 15 | 54 | 0 | 33 | 53 | 8F | 48 | A |
| Octal | 7 | 53 | 25 | 124 | 0 | 63 | 123 | 217 | 110 | 12 |
| Binary | 111 | 101011 | 10101 | 1010100 | 0 | 110011 | 1010011 | 10001111 | 1001000 | 1010 |
Color Harmonies of #072B15
Complementary color
Monochromatic Colors of #072B15
Black with #072B15
Text Example
Text Example
White with #072B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B15; }
p { color: rgb(7,43,21); }
H1.HeaderClassName
{
color: #072B15;
}
.AnyTagClassName
{
color: #072B15;
}
</style>
background-color css
<style>
a { background-color: #072B15; }
a { background-color: rgb(7,43,21); }
div.DivClassName
{
background-color: #072B15;
}
.BgClassName
{
background-color: #072B15;
}
</style>
border-color css
<style>
span { border-color: #072B15; }
span { border-color: rgb(7,43,21); }
td.TdClassName
{
border-color: #072B15;
}
.TagClassName
{
border-color: #072B15;
}
</style>