Shades of Dark Green #072A23
Tints of Dark Green #072A23
RGB
CMYK
RGB Variations
Color information
#072A23 (or 0x072A23) is known color: Dark Green. HEX triplet: 07, 2A and 23. RGB value is (7,42,35). Sum of RGB (Red+Green+Blue) = 7+42+35=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #072A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A23 is #F8D5DC. Grayscale: #1E1E1E. Windows color (decimal): -16307677 or 2304519. OLE color: 2304519.
HSL color Cylindrical-coordinate representation of color #072A23: hue angle of 168º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #072A23 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 42 | 35 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.84 |
| HSL | 168º | 0.71% | 0.1% | - |
| HSV(B) | 168º | 0.83% | 0.16% | - |
| XYZ | 1.22 | 1.82 | 1.88 | - |
| YUV | 30.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 35 | 0.83 | 0 | 0.17 | 0.84 | 168 | 0.71 | 0.1 |
| Hex | 7 | 2A | 23 | 53 | 0 | 11 | 54 | A8 | 47 | A |
| Octal | 7 | 52 | 43 | 123 | 0 | 21 | 124 | 250 | 107 | 12 |
| Binary | 111 | 101010 | 100011 | 1010011 | 0 | 10001 | 1010100 | 10101000 | 1000111 | 1010 |
Color Harmonies of #072A23
Complementary color
Monochromatic Colors of #072A23
Black with #072A23
Text Example
Text Example
White with #072A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A23; }
p { color: rgb(7,42,35); }
H1.HeaderClassName
{
color: #072A23;
}
.AnyTagClassName
{
color: #072A23;
}
</style>
background-color css
<style>
a { background-color: #072A23; }
a { background-color: rgb(7,42,35); }
div.DivClassName
{
background-color: #072A23;
}
.BgClassName
{
background-color: #072A23;
}
</style>
border-color css
<style>
span { border-color: #072A23; }
span { border-color: rgb(7,42,35); }
td.TdClassName
{
border-color: #072A23;
}
.TagClassName
{
border-color: #072A23;
}
</style>