Shades of Dark Green #07301B
Tints of Dark Green #07301B
RGB
CMYK
RGB Variations
Color information
#07301B (or 0x07301B) is known color: Dark Green. HEX triplet: 07, 30 and 1B. RGB value is (7,48,27). Sum of RGB (Red+Green+Blue) = 7+48+27=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #07301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07301B is #F8CFE4. Grayscale: #212121. Windows color (decimal): -16306149 or 1781767. OLE color: 1781767.
HSL color Cylindrical-coordinate representation of color #07301B: hue angle of 149.27º 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 #07301B is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 27 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.81 |
| HSL | 149.27º | 0.75% | 0.11% | - |
| HSV(B) | 149.27º | 0.85% | 0.19% | - |
| XYZ | 1.34 | 2.24 | 1.4 | - |
| YUV | 33.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 27 | 0.85 | 0 | 0.44 | 0.81 | 149.27 | 0.75 | 0.11 |
| Hex | 7 | 30 | 1B | 55 | 0 | 2C | 51 | 95 | 4B | B |
| Octal | 7 | 60 | 33 | 125 | 0 | 54 | 121 | 225 | 113 | 13 |
| Binary | 111 | 110000 | 11011 | 1010101 | 0 | 101100 | 1010001 | 10010101 | 1001011 | 1011 |
Color Harmonies of #07301B
Complementary color
Monochromatic Colors of #07301B
Black with #07301B
Text Example
Text Example
White with #07301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07301B; }
p { color: rgb(7,48,27); }
H1.HeaderClassName
{
color: #07301B;
}
.AnyTagClassName
{
color: #07301B;
}
</style>
background-color css
<style>
a { background-color: #07301B; }
a { background-color: rgb(7,48,27); }
div.DivClassName
{
background-color: #07301B;
}
.BgClassName
{
background-color: #07301B;
}
</style>
border-color css
<style>
span { border-color: #07301B; }
span { border-color: rgb(7,48,27); }
td.TdClassName
{
border-color: #07301B;
}
.TagClassName
{
border-color: #07301B;
}
</style>