Shades of Dark Green #072521
Tints of Dark Green #072521
RGB
CMYK
RGB Variations
Color information
#072521 (or 0x072521) is known color: Dark Green. HEX triplet: 07, 25 and 21. RGB value is (7,37,33). Sum of RGB (Red+Green+Blue) = 7+37+33=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #072521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072521 is #F8DADE. Grayscale: #1B1B1B. Windows color (decimal): -16308959 or 2172167. OLE color: 2172167.
HSL color Cylindrical-coordinate representation of color #072521: hue angle of 172º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072521 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 37 | 33 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.85 |
| HSL | 172º | 0.68% | 0.09% | - |
| HSV(B) | 172º | 0.81% | 0.15% | - |
| XYZ | 1.02 | 1.48 | 1.67 | - |
| YUV | 27.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 33 | 0.81 | 0 | 0.11 | 0.85 | 172 | 0.68 | 0.09 |
| Hex | 7 | 25 | 21 | 51 | 0 | B | 55 | AC | 44 | 9 |
| Octal | 7 | 45 | 41 | 121 | 0 | 13 | 125 | 254 | 104 | 11 |
| Binary | 111 | 100101 | 100001 | 1010001 | 0 | 1011 | 1010101 | 10101100 | 1000100 | 1001 |
Color Harmonies of #072521
Complementary color
Monochromatic Colors of #072521
Black with #072521
Text Example
Text Example
White with #072521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072521; }
p { color: rgb(7,37,33); }
H1.HeaderClassName
{
color: #072521;
}
.AnyTagClassName
{
color: #072521;
}
</style>
background-color css
<style>
a { background-color: #072521; }
a { background-color: rgb(7,37,33); }
div.DivClassName
{
background-color: #072521;
}
.BgClassName
{
background-color: #072521;
}
</style>
border-color css
<style>
span { border-color: #072521; }
span { border-color: rgb(7,37,33); }
td.TdClassName
{
border-color: #072521;
}
.TagClassName
{
border-color: #072521;
}
</style>