Shades of Dark Green #07301D
Tints of Dark Green #07301D
RGB
CMYK
RGB Variations
Color information
#07301D (or 0x07301D) is known color: Dark Green. HEX triplet: 07, 30 and 1D. RGB value is (7,48,29). Sum of RGB (Red+Green+Blue) = 7+48+29=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #07301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07301D is #F8CFE2. Grayscale: #212121. Windows color (decimal): -16306147 or 1912839. OLE color: 1912839.
HSL color Cylindrical-coordinate representation of color #07301D: hue angle of 152.2º 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 #07301D is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 29 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.81 |
| HSL | 152.2º | 0.75% | 0.11% | - |
| HSV(B) | 152.2º | 0.85% | 0.19% | - |
| XYZ | 1.37 | 2.25 | 1.52 | - |
| YUV | 33.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 29 | 0.85 | 0 | 0.40 | 0.81 | 152.2 | 0.75 | 0.11 |
| Hex | 7 | 30 | 1D | 55 | 0 | 28 | 51 | 98 | 4B | B |
| Octal | 7 | 60 | 35 | 125 | 0 | 50 | 121 | 230 | 113 | 13 |
| Binary | 111 | 110000 | 11101 | 1010101 | 0 | 101000 | 1010001 | 10011000 | 1001011 | 1011 |
Color Harmonies of #07301D
Complementary color
Monochromatic Colors of #07301D
Black with #07301D
Text Example
Text Example
White with #07301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07301D; }
p { color: rgb(7,48,29); }
H1.HeaderClassName
{
color: #07301D;
}
.AnyTagClassName
{
color: #07301D;
}
</style>
background-color css
<style>
a { background-color: #07301D; }
a { background-color: rgb(7,48,29); }
div.DivClassName
{
background-color: #07301D;
}
.BgClassName
{
background-color: #07301D;
}
</style>
border-color css
<style>
span { border-color: #07301D; }
span { border-color: rgb(7,48,29); }
td.TdClassName
{
border-color: #07301D;
}
.TagClassName
{
border-color: #07301D;
}
</style>