Shades of Dark Green #072B27
Tints of Dark Green #072B27
RGB
CMYK
RGB Variations
Color information
#072B27 (or 0x072B27) is known color: Dark Green. HEX triplet: 07, 2B and 27. RGB value is (7,43,39). Sum of RGB (Red+Green+Blue) = 7+43+39=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 43 - color contains mainly: green. Hex color #072B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B27 is #F8D4D8. Grayscale: #1F1F1F. Windows color (decimal): -16307417 or 2566919. OLE color: 2566919.
HSL color Cylindrical-coordinate representation of color #072B27: hue angle of 173.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 #072B27 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 43 | 39 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.83 |
| HSL | 173.33º | 0.72% | 0.1% | - |
| HSV(B) | 173.33º | 0.84% | 0.17% | - |
| XYZ | 1.32 | 1.92 | 2.22 | - |
| YUV | 31.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 39 | 0.84 | 0 | 0.09 | 0.83 | 173.33 | 0.72 | 0.1 |
| Hex | 7 | 2B | 27 | 54 | 0 | 9 | 53 | AD | 48 | A |
| Octal | 7 | 53 | 47 | 124 | 0 | 11 | 123 | 255 | 110 | 12 |
| Binary | 111 | 101011 | 100111 | 1010100 | 0 | 1001 | 1010011 | 10101101 | 1001000 | 1010 |
Color Harmonies of #072B27
Complementary color
Monochromatic Colors of #072B27
Black with #072B27
Text Example
Text Example
White with #072B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B27; }
p { color: rgb(7,43,39); }
H1.HeaderClassName
{
color: #072B27;
}
.AnyTagClassName
{
color: #072B27;
}
</style>
background-color css
<style>
a { background-color: #072B27; }
a { background-color: rgb(7,43,39); }
div.DivClassName
{
background-color: #072B27;
}
.BgClassName
{
background-color: #072B27;
}
</style>
border-color css
<style>
span { border-color: #072B27; }
span { border-color: rgb(7,43,39); }
td.TdClassName
{
border-color: #072B27;
}
.TagClassName
{
border-color: #072B27;
}
</style>