Shades of Dark Green #07301F
Tints of Dark Green #07301F
RGB
CMYK
RGB Variations
Color information
#07301F (or 0x07301F) is known color: Dark Green. HEX triplet: 07, 30 and 1F. RGB value is (7,48,31). Sum of RGB (Red+Green+Blue) = 7+48+31=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #07301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07301F is #F8CFE0. Grayscale: #212121. Windows color (decimal): -16306145 or 2043911. OLE color: 2043911.
HSL color Cylindrical-coordinate representation of color #07301F: hue angle of 155.12º 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 #07301F is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 31 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.81 |
| HSL | 155.12º | 0.75% | 0.11% | - |
| HSV(B) | 155.12º | 0.85% | 0.19% | - |
| XYZ | 1.39 | 2.26 | 1.66 | - |
| YUV | 33.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 31 | 0.85 | 0 | 0.35 | 0.81 | 155.12 | 0.75 | 0.11 |
| Hex | 7 | 30 | 1F | 55 | 0 | 23 | 51 | 9B | 4B | B |
| Octal | 7 | 60 | 37 | 125 | 0 | 43 | 121 | 233 | 113 | 13 |
| Binary | 111 | 110000 | 11111 | 1010101 | 0 | 100011 | 1010001 | 10011011 | 1001011 | 1011 |
Color Harmonies of #07301F
Complementary color
Monochromatic Colors of #07301F
Black with #07301F
Text Example
Text Example
White with #07301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07301F; }
p { color: rgb(7,48,31); }
H1.HeaderClassName
{
color: #07301F;
}
.AnyTagClassName
{
color: #07301F;
}
</style>
background-color css
<style>
a { background-color: #07301F; }
a { background-color: rgb(7,48,31); }
div.DivClassName
{
background-color: #07301F;
}
.BgClassName
{
background-color: #07301F;
}
</style>
border-color css
<style>
span { border-color: #07301F; }
span { border-color: rgb(7,48,31); }
td.TdClassName
{
border-color: #07301F;
}
.TagClassName
{
border-color: #07301F;
}
</style>