Shades of Dark Green #09140E
Tints of Dark Green #09140E
RGB
CMYK
RGB Variations
Color information
#09140E (or 0x09140E) is known color: Dark Green. HEX triplet: 09, 14 and 0E. RGB value is (9,20,14). Sum of RGB (Red+Green+Blue) = 9+20+14=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #09140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140E is #F6EBF1. Grayscale: #101010. Windows color (decimal): -16182258 or 922633. OLE color: 922633.
HSL color Cylindrical-coordinate representation of color #09140E: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #09140E is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 20 | 14 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.92 |
| HSL | 147.27º | 0.38% | 0.06% | - |
| HSV(B) | 147.27º | 0.55% | 0.08% | - |
| XYZ | 0.44 | 0.59 | 0.51 | - |
| YUV | 16.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 14 | 0.55 | 0 | 0.30 | 0.92 | 147.27 | 0.38 | 0.06 |
| Hex | 9 | 14 | E | 37 | 0 | 1E | 5C | 93 | 26 | 6 |
| Octal | 11 | 24 | 16 | 67 | 0 | 36 | 134 | 223 | 46 | 6 |
| Binary | 1001 | 10100 | 1110 | 110111 | 0 | 11110 | 1011100 | 10010011 | 100110 | 110 |
Color Harmonies of #09140E
Complementary color
Monochromatic Colors of #09140E
Black with #09140E
Text Example
Text Example
White with #09140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09140E; }
p { color: rgb(9,20,14); }
H1.HeaderClassName
{
color: #09140E;
}
.AnyTagClassName
{
color: #09140E;
}
</style>
background-color css
<style>
a { background-color: #09140E; }
a { background-color: rgb(9,20,14); }
div.DivClassName
{
background-color: #09140E;
}
.BgClassName
{
background-color: #09140E;
}
</style>
border-color css
<style>
span { border-color: #09140E; }
span { border-color: rgb(9,20,14); }
td.TdClassName
{
border-color: #09140E;
}
.TagClassName
{
border-color: #09140E;
}
</style>