Shades of Dark Green #09120D
Tints of Dark Green #09120D
RGB
CMYK
RGB Variations
Color information
#09120D (or 0x09120D) is known color: Dark Green. HEX triplet: 09, 12 and 0D. RGB value is (9,18,13). Sum of RGB (Red+Green+Blue) = 9+18+13=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #09120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09120D is #F6EDF2. Grayscale: #0E0E0E. Windows color (decimal): -16182771 or 856585. OLE color: 856585.
HSL color Cylindrical-coordinate representation of color #09120D: hue angle of 146.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09120D is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 18 | 13 | - |
CMYK | 0.5 | 0 | 0.28 | 0.93 |
HSL | 146.67º | 0.33% | 0.05% | - |
HSV(B) | 146.67º | 0.5% | 0.07% | - |
XYZ | 0.4 | 0.52 | 0.46 | - |
YUV | 14.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 18 | 13 | 0.5 | 0 | 0.28 | 0.93 | 146.67 | 0.33 | 0.05 |
Hex | 9 | 12 | D | 32 | 0 | 1C | 5D | 93 | 21 | 5 |
Octal | 11 | 22 | 15 | 62 | 0 | 34 | 135 | 223 | 41 | 5 |
Binary | 1001 | 10010 | 1101 | 110010 | 0 | 11100 | 1011101 | 10010011 | 100001 | 101 |
Color Harmonies of #09120D
Complementary color
Monochromatic Colors of #09120D
Black with #09120D
Text Example
Text Example
White with #09120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09120D; }
p { color: rgb(9,18,13); }
H1.HeaderClassName
{
color: #09120D;
}
.AnyTagClassName
{
color: #09120D;
}
</style>
background-color css
<style>
a { background-color: #09120D; }
a { background-color: rgb(9,18,13); }
div.DivClassName
{
background-color: #09120D;
}
.BgClassName
{
background-color: #09120D;
}
</style>
border-color css
<style>
span { border-color: #09120D; }
span { border-color: rgb(9,18,13); }
td.TdClassName
{
border-color: #09120D;
}
.TagClassName
{
border-color: #09120D;
}
</style>