Shades of Dark Green #07302D
Tints of Dark Green #07302D
RGB
CMYK
RGB Variations
Color information
#07302D (or 0x07302D) is known color: Dark Green. HEX triplet: 07, 30 and 2D. RGB value is (7,48,45). Sum of RGB (Red+Green+Blue) = 7+48+45=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #07302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07302D is #F8CFD2. Grayscale: #232323. Windows color (decimal): -16306131 or 2961415. OLE color: 2961415.
HSL color Cylindrical-coordinate representation of color #07302D: hue angle of 175.61º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07302D is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 45 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.81 |
| HSL | 175.61º | 0.75% | 0.11% | - |
| HSV(B) | 175.61º | 0.85% | 0.19% | - |
| XYZ | 1.62 | 2.35 | 2.85 | - |
| YUV | 35.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 45 | 0.85 | 0 | 0.06 | 0.81 | 175.61 | 0.75 | 0.11 |
| Hex | 7 | 30 | 2D | 55 | 0 | 6 | 51 | B0 | 4B | B |
| Octal | 7 | 60 | 55 | 125 | 0 | 6 | 121 | 260 | 113 | 13 |
| Binary | 111 | 110000 | 101101 | 1010101 | 0 | 110 | 1010001 | 10110000 | 1001011 | 1011 |
Color Harmonies of #07302D
Complementary color
Monochromatic Colors of #07302D
Black with #07302D
Text Example
Text Example
White with #07302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07302D; }
p { color: rgb(7,48,45); }
H1.HeaderClassName
{
color: #07302D;
}
.AnyTagClassName
{
color: #07302D;
}
</style>
background-color css
<style>
a { background-color: #07302D; }
a { background-color: rgb(7,48,45); }
div.DivClassName
{
background-color: #07302D;
}
.BgClassName
{
background-color: #07302D;
}
</style>
border-color css
<style>
span { border-color: #07302D; }
span { border-color: rgb(7,48,45); }
td.TdClassName
{
border-color: #07302D;
}
.TagClassName
{
border-color: #07302D;
}
</style>