Shades of Dark Green #07352A
Tints of Dark Green #07352A
RGB
CMYK
RGB Variations
Color information
#07352A (or 0x07352A) is known color: Dark Green. HEX triplet: 07, 35 and 2A. RGB value is (7,53,42). Sum of RGB (Red+Green+Blue) = 7+53+42=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #07352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07352A is #F8CAD5. Grayscale: #252525. Windows color (decimal): -16304854 or 2766087. OLE color: 2766087.
HSL color Cylindrical-coordinate representation of color #07352A: hue angle of 165.65º 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 #07352A is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 53 | 42 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.79 |
| HSL | 165.65º | 0.77% | 0.12% | - |
| HSV(B) | 165.65º | 0.87% | 0.21% | - |
| XYZ | 1.78 | 2.76 | 2.63 | - |
| YUV | 37.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 42 | 0.87 | 0 | 0.21 | 0.79 | 165.65 | 0.77 | 0.12 |
| Hex | 7 | 35 | 2A | 57 | 0 | 15 | 4F | A6 | 4D | C |
| Octal | 7 | 65 | 52 | 127 | 0 | 25 | 117 | 246 | 115 | 14 |
| Binary | 111 | 110101 | 101010 | 1010111 | 0 | 10101 | 1001111 | 10100110 | 1001101 | 1100 |
Color Harmonies of #07352A
Complementary color
Monochromatic Colors of #07352A
Black with #07352A
Text Example
Text Example
White with #07352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07352A; }
p { color: rgb(7,53,42); }
H1.HeaderClassName
{
color: #07352A;
}
.AnyTagClassName
{
color: #07352A;
}
</style>
background-color css
<style>
a { background-color: #07352A; }
a { background-color: rgb(7,53,42); }
div.DivClassName
{
background-color: #07352A;
}
.BgClassName
{
background-color: #07352A;
}
</style>
border-color css
<style>
span { border-color: #07352A; }
span { border-color: rgb(7,53,42); }
td.TdClassName
{
border-color: #07352A;
}
.TagClassName
{
border-color: #07352A;
}
</style>