Shades of Dark Green #09311E
Tints of Dark Green #09311E
RGB
CMYK
RGB Variations
Color information
#09311E (or 0x09311E) is known color: Dark Green. HEX triplet: 09, 31 and 1E. RGB value is (9,49,30). Sum of RGB (Red+Green+Blue) = 9+49+30=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #09311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09311E is #F6CEE1. Grayscale: #222222. Windows color (decimal): -16174818 or 1978633. OLE color: 1978633.
HSL color Cylindrical-coordinate representation of color #09311E: hue angle of 151.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09311E is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 30 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.81 |
| HSL | 151.5º | 0.69% | 0.11% | - |
| HSV(B) | 151.5º | 0.82% | 0.19% | - |
| XYZ | 1.45 | 2.35 | 1.61 | - |
| YUV | 34.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 30 | 0.82 | 0 | 0.39 | 0.81 | 151.5 | 0.69 | 0.11 |
| Hex | 9 | 31 | 1E | 52 | 0 | 27 | 51 | 98 | 45 | B |
| Octal | 11 | 61 | 36 | 122 | 0 | 47 | 121 | 230 | 105 | 13 |
| Binary | 1001 | 110001 | 11110 | 1010010 | 0 | 100111 | 1010001 | 10011000 | 1000101 | 1011 |
Color Harmonies of #09311E
Complementary color
Monochromatic Colors of #09311E
Black with #09311E
Text Example
Text Example
White with #09311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09311E; }
p { color: rgb(9,49,30); }
H1.HeaderClassName
{
color: #09311E;
}
.AnyTagClassName
{
color: #09311E;
}
</style>
background-color css
<style>
a { background-color: #09311E; }
a { background-color: rgb(9,49,30); }
div.DivClassName
{
background-color: #09311E;
}
.BgClassName
{
background-color: #09311E;
}
</style>
border-color css
<style>
span { border-color: #09311E; }
span { border-color: rgb(9,49,30); }
td.TdClassName
{
border-color: #09311E;
}
.TagClassName
{
border-color: #09311E;
}
</style>