Shades of Dark Green #09150E
Tints of Dark Green #09150E
RGB
CMYK
RGB Variations
Color information
#09150E (or 0x09150E) is known color: Dark Green. HEX triplet: 09, 15 and 0E. RGB value is (9,21,14). Sum of RGB (Red+Green+Blue) = 9+21+14=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #09150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09150E is #F6EAF1. Grayscale: #101010. Windows color (decimal): -16182002 or 922889. OLE color: 922889.
HSL color Cylindrical-coordinate representation of color #09150E: hue angle of 145º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #09150E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 21 | 14 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.92 |
| HSL | 145º | 0.4% | 0.06% | - |
| HSV(B) | 145º | 0.57% | 0.08% | - |
| XYZ | 0.46 | 0.63 | 0.51 | - |
| YUV | 16.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 14 | 0.57 | 0 | 0.33 | 0.92 | 145 | 0.4 | 0.06 |
| Hex | 9 | 15 | E | 39 | 0 | 21 | 5C | 91 | 28 | 6 |
| Octal | 11 | 25 | 16 | 71 | 0 | 41 | 134 | 221 | 50 | 6 |
| Binary | 1001 | 10101 | 1110 | 111001 | 0 | 100001 | 1011100 | 10010001 | 101000 | 110 |
Color Harmonies of #09150E
Complementary color
Monochromatic Colors of #09150E
Black with #09150E
Text Example
Text Example
White with #09150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09150E; }
p { color: rgb(9,21,14); }
H1.HeaderClassName
{
color: #09150E;
}
.AnyTagClassName
{
color: #09150E;
}
</style>
background-color css
<style>
a { background-color: #09150E; }
a { background-color: rgb(9,21,14); }
div.DivClassName
{
background-color: #09150E;
}
.BgClassName
{
background-color: #09150E;
}
</style>
border-color css
<style>
span { border-color: #09150E; }
span { border-color: rgb(9,21,14); }
td.TdClassName
{
border-color: #09150E;
}
.TagClassName
{
border-color: #09150E;
}
</style>