Shades of Dark Green #091F12
Tints of Dark Green #091F12
RGB
CMYK
RGB Variations
Color information
#091F12 (or 0x091F12) is known color: Dark Green. HEX triplet: 09, 1F and 12. RGB value is (9,31,18). Sum of RGB (Red+Green+Blue) = 9+31+18=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #091F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F12 is #F6E0ED. Grayscale: #161616. Windows color (decimal): -16179438 or 1187593. OLE color: 1187593.
HSL color Cylindrical-coordinate representation of color #091F12: hue angle of 144.55º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F12 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 31 | 18 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.88 |
| HSL | 144.55º | 0.55% | 0.08% | - |
| HSV(B) | 144.55º | 0.71% | 0.12% | - |
| XYZ | 0.71 | 1.08 | 0.74 | - |
| YUV | 22.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 18 | 0.71 | 0 | 0.42 | 0.88 | 144.55 | 0.55 | 0.08 |
| Hex | 9 | 1F | 12 | 47 | 0 | 2A | 58 | 91 | 37 | 8 |
| Octal | 11 | 37 | 22 | 107 | 0 | 52 | 130 | 221 | 67 | 10 |
| Binary | 1001 | 11111 | 10010 | 1000111 | 0 | 101010 | 1011000 | 10010001 | 110111 | 1000 |
Color Harmonies of #091F12
Complementary color
Monochromatic Colors of #091F12
Black with #091F12
Text Example
Text Example
White with #091F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F12; }
p { color: rgb(9,31,18); }
H1.HeaderClassName
{
color: #091F12;
}
.AnyTagClassName
{
color: #091F12;
}
</style>
background-color css
<style>
a { background-color: #091F12; }
a { background-color: rgb(9,31,18); }
div.DivClassName
{
background-color: #091F12;
}
.BgClassName
{
background-color: #091F12;
}
</style>
border-color css
<style>
span { border-color: #091F12; }
span { border-color: rgb(9,31,18); }
td.TdClassName
{
border-color: #091F12;
}
.TagClassName
{
border-color: #091F12;
}
</style>