Shades of Dark Green #072E2B
Tints of Dark Green #072E2B
RGB
CMYK
RGB Variations
Color information
#072E2B (or 0x072E2B) is known color: Dark Green. HEX triplet: 07, 2E and 2B. RGB value is (7,46,43). Sum of RGB (Red+Green+Blue) = 7+46+43=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #072E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E2B is #F8D1D4. Grayscale: #212121. Windows color (decimal): -16306645 or 2829831. OLE color: 2829831.
HSL color Cylindrical-coordinate representation of color #072E2B: hue angle of 175.38º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072E2B is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 46 | 43 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.82 |
| HSL | 175.38º | 0.74% | 0.1% | - |
| HSV(B) | 175.38º | 0.85% | 0.18% | - |
| XYZ | 1.5 | 2.17 | 2.63 | - |
| YUV | 34 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 43 | 0.85 | 0 | 0.07 | 0.82 | 175.38 | 0.74 | 0.1 |
| Hex | 7 | 2E | 2B | 55 | 0 | 7 | 52 | AF | 4A | A |
| Octal | 7 | 56 | 53 | 125 | 0 | 7 | 122 | 257 | 112 | 12 |
| Binary | 111 | 101110 | 101011 | 1010101 | 0 | 111 | 1010010 | 10101111 | 1001010 | 1010 |
Color Harmonies of #072E2B
Complementary color
Monochromatic Colors of #072E2B
Black with #072E2B
Text Example
Text Example
White with #072E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E2B; }
p { color: rgb(7,46,43); }
H1.HeaderClassName
{
color: #072E2B;
}
.AnyTagClassName
{
color: #072E2B;
}
</style>
background-color css
<style>
a { background-color: #072E2B; }
a { background-color: rgb(7,46,43); }
div.DivClassName
{
background-color: #072E2B;
}
.BgClassName
{
background-color: #072E2B;
}
</style>
border-color css
<style>
span { border-color: #072E2B; }
span { border-color: rgb(7,46,43); }
td.TdClassName
{
border-color: #072E2B;
}
.TagClassName
{
border-color: #072E2B;
}
</style>