Shades of Dark Green #09140F
Tints of Dark Green #09140F
RGB
CMYK
RGB Variations
Color information
#09140F (or 0x09140F) is known color: Dark Green. HEX triplet: 09, 14 and 0F. RGB value is (9,20,15). Sum of RGB (Red+Green+Blue) = 9+20+15=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #09140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140F is #F6EBF0. Grayscale: #101010. Windows color (decimal): -16182257 or 988169. OLE color: 988169.
HSL color Cylindrical-coordinate representation of color #09140F: hue angle of 152.73º 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 #09140F is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 20 | 15 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.92 |
| HSL | 152.73º | 0.38% | 0.06% | - |
| HSV(B) | 152.73º | 0.55% | 0.08% | - |
| XYZ | 0.45 | 0.59 | 0.54 | - |
| YUV | 16.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 15 | 0.55 | 0 | 0.25 | 0.92 | 152.73 | 0.38 | 0.06 |
| Hex | 9 | 14 | F | 37 | 0 | 19 | 5C | 99 | 26 | 6 |
| Octal | 11 | 24 | 17 | 67 | 0 | 31 | 134 | 231 | 46 | 6 |
| Binary | 1001 | 10100 | 1111 | 110111 | 0 | 11001 | 1011100 | 10011001 | 100110 | 110 |
Color Harmonies of #09140F
Complementary color
Monochromatic Colors of #09140F
Black with #09140F
Text Example
Text Example
White with #09140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09140F; }
p { color: rgb(9,20,15); }
H1.HeaderClassName
{
color: #09140F;
}
.AnyTagClassName
{
color: #09140F;
}
</style>
background-color css
<style>
a { background-color: #09140F; }
a { background-color: rgb(9,20,15); }
div.DivClassName
{
background-color: #09140F;
}
.BgClassName
{
background-color: #09140F;
}
</style>
border-color css
<style>
span { border-color: #09140F; }
span { border-color: rgb(9,20,15); }
td.TdClassName
{
border-color: #09140F;
}
.TagClassName
{
border-color: #09140F;
}
</style>