Shades of Dark Green #072C25
Tints of Dark Green #072C25
RGB
CMYK
RGB Variations
Color information
#072C25 (or 0x072C25) is known color: Dark Green. HEX triplet: 07, 2C and 25. RGB value is (7,44,37). Sum of RGB (Red+Green+Blue) = 7+44+37=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #072C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C25 is #F8D3DA. Grayscale: #202020. Windows color (decimal): -16307163 or 2436103. OLE color: 2436103.
HSL color Cylindrical-coordinate representation of color #072C25: hue angle of 168.65º 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 #072C25 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 44 | 37 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.83 |
| HSL | 168.65º | 0.73% | 0.1% | - |
| HSV(B) | 168.65º | 0.84% | 0.17% | - |
| XYZ | 1.32 | 1.98 | 2.06 | - |
| YUV | 32.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 37 | 0.84 | 0 | 0.16 | 0.83 | 168.65 | 0.73 | 0.1 |
| Hex | 7 | 2C | 25 | 54 | 0 | 10 | 53 | A9 | 49 | A |
| Octal | 7 | 54 | 45 | 124 | 0 | 20 | 123 | 251 | 111 | 12 |
| Binary | 111 | 101100 | 100101 | 1010100 | 0 | 10000 | 1010011 | 10101001 | 1001001 | 1010 |
Color Harmonies of #072C25
Complementary color
Monochromatic Colors of #072C25
Black with #072C25
Text Example
Text Example
White with #072C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C25; }
p { color: rgb(7,44,37); }
H1.HeaderClassName
{
color: #072C25;
}
.AnyTagClassName
{
color: #072C25;
}
</style>
background-color css
<style>
a { background-color: #072C25; }
a { background-color: rgb(7,44,37); }
div.DivClassName
{
background-color: #072C25;
}
.BgClassName
{
background-color: #072C25;
}
</style>
border-color css
<style>
span { border-color: #072C25; }
span { border-color: rgb(7,44,37); }
td.TdClassName
{
border-color: #072C25;
}
.TagClassName
{
border-color: #072C25;
}
</style>