Shades of Dark Green #07150F
Tints of Dark Green #07150F
RGB
CMYK
RGB Variations
Color information
#07150F (or 0x07150F) is known color: Dark Green. HEX triplet: 07, 15 and 0F. RGB value is (7,21,15). Sum of RGB (Red+Green+Blue) = 7+21+15=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #07150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150F is #F8EAF0. Grayscale: #101010. Windows color (decimal): -16313073 or 988423. OLE color: 988423.
HSL color Cylindrical-coordinate representation of color #07150F: hue angle of 154.29º 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 #07150F is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 21 | 15 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.92 |
| HSL | 154.29º | 0.5% | 0.05% | - |
| HSV(B) | 154.29º | 0.67% | 0.08% | - |
| XYZ | 0.44 | 0.62 | 0.55 | - |
| YUV | 16.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 15 | 0.67 | 0 | 0.29 | 0.92 | 154.29 | 0.5 | 0.05 |
| Hex | 7 | 15 | F | 43 | 0 | 1D | 5C | 9A | 32 | 5 |
| Octal | 7 | 25 | 17 | 103 | 0 | 35 | 134 | 232 | 62 | 5 |
| Binary | 111 | 10101 | 1111 | 1000011 | 0 | 11101 | 1011100 | 10011010 | 110010 | 101 |
Color Harmonies of #07150F
Complementary color
Monochromatic Colors of #07150F
Black with #07150F
Text Example
Text Example
White with #07150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07150F; }
p { color: rgb(7,21,15); }
H1.HeaderClassName
{
color: #07150F;
}
.AnyTagClassName
{
color: #07150F;
}
</style>
background-color css
<style>
a { background-color: #07150F; }
a { background-color: rgb(7,21,15); }
div.DivClassName
{
background-color: #07150F;
}
.BgClassName
{
background-color: #07150F;
}
</style>
border-color css
<style>
span { border-color: #07150F; }
span { border-color: rgb(7,21,15); }
td.TdClassName
{
border-color: #07150F;
}
.TagClassName
{
border-color: #07150F;
}
</style>