Shades of Dark Green #07352D
Tints of Dark Green #07352D
RGB
CMYK
RGB Variations
Color information
#07352D (or 0x07352D) is known color: Dark Green. HEX triplet: 07, 35 and 2D. RGB value is (7,53,45). Sum of RGB (Red+Green+Blue) = 7+53+45=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #07352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07352D is #F8CAD2. Grayscale: #262626. Windows color (decimal): -16304851 or 2962695. OLE color: 2962695.
HSL color Cylindrical-coordinate representation of color #07352D: hue angle of 169.57º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07352D is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 53 | 45 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.79 |
| HSL | 169.57º | 0.77% | 0.12% | - |
| HSV(B) | 169.57º | 0.87% | 0.21% | - |
| XYZ | 1.83 | 2.78 | 2.92 | - |
| YUV | 38.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 45 | 0.87 | 0 | 0.15 | 0.79 | 169.57 | 0.77 | 0.12 |
| Hex | 7 | 35 | 2D | 57 | 0 | F | 4F | AA | 4D | C |
| Octal | 7 | 65 | 55 | 127 | 0 | 17 | 117 | 252 | 115 | 14 |
| Binary | 111 | 110101 | 101101 | 1010111 | 0 | 1111 | 1001111 | 10101010 | 1001101 | 1100 |
Color Harmonies of #07352D
Complementary color
Monochromatic Colors of #07352D
Black with #07352D
Text Example
Text Example
White with #07352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07352D; }
p { color: rgb(7,53,45); }
H1.HeaderClassName
{
color: #07352D;
}
.AnyTagClassName
{
color: #07352D;
}
</style>
background-color css
<style>
a { background-color: #07352D; }
a { background-color: rgb(7,53,45); }
div.DivClassName
{
background-color: #07352D;
}
.BgClassName
{
background-color: #07352D;
}
</style>
border-color css
<style>
span { border-color: #07352D; }
span { border-color: rgb(7,53,45); }
td.TdClassName
{
border-color: #07352D;
}
.TagClassName
{
border-color: #07352D;
}
</style>