Shades of Dark Green #07150C
Tints of Dark Green #07150C
RGB
CMYK
RGB Variations
Color information
#07150C (or 0x07150C) is known color: Dark Green. HEX triplet: 07, 15 and 0C. RGB value is (7,21,12). Sum of RGB (Red+Green+Blue) = 7+21+12=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #07150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150C is #F8EAF3. Grayscale: #0F0F0F. Windows color (decimal): -16313076 or 791815. OLE color: 791815.
HSL color Cylindrical-coordinate representation of color #07150C: hue angle of 141.43º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #07150C is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 21 | 12 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.92 |
| HSL | 141.43º | 0.5% | 0.05% | - |
| HSV(B) | 141.43º | 0.67% | 0.08% | - |
| XYZ | 0.42 | 0.61 | 0.44 | - |
| YUV | 15.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 12 | 0.67 | 0 | 0.43 | 0.92 | 141.43 | 0.5 | 0.05 |
| Hex | 7 | 15 | C | 43 | 0 | 2B | 5C | 8D | 32 | 5 |
| Octal | 7 | 25 | 14 | 103 | 0 | 53 | 134 | 215 | 62 | 5 |
| Binary | 111 | 10101 | 1100 | 1000011 | 0 | 101011 | 1011100 | 10001101 | 110010 | 101 |
Color Harmonies of #07150C
Complementary color
Monochromatic Colors of #07150C
Black with #07150C
Text Example
Text Example
White with #07150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07150C; }
p { color: rgb(7,21,12); }
H1.HeaderClassName
{
color: #07150C;
}
.AnyTagClassName
{
color: #07150C;
}
</style>
background-color css
<style>
a { background-color: #07150C; }
a { background-color: rgb(7,21,12); }
div.DivClassName
{
background-color: #07150C;
}
.BgClassName
{
background-color: #07150C;
}
</style>
border-color css
<style>
span { border-color: #07150C; }
span { border-color: rgb(7,21,12); }
td.TdClassName
{
border-color: #07150C;
}
.TagClassName
{
border-color: #07150C;
}
</style>