Shades of Dark Green #09312C
Tints of Dark Green #09312C
RGB
CMYK
RGB Variations
Color information
#09312C (or 0x09312C) is known color: Dark Green. HEX triplet: 09, 31 and 2C. RGB value is (9,49,44). Sum of RGB (Red+Green+Blue) = 9+49+44=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #09312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09312C is #F6CED3. Grayscale: #242424. Windows color (decimal): -16174804 or 2896137. OLE color: 2896137.
HSL color Cylindrical-coordinate representation of color #09312C: hue angle of 172.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 #09312C is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 44 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.81 |
| HSL | 172.5º | 0.69% | 0.11% | - |
| HSV(B) | 172.5º | 0.82% | 0.19% | - |
| XYZ | 1.67 | 2.44 | 2.77 | - |
| YUV | 36.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 44 | 0.82 | 0 | 0.10 | 0.81 | 172.5 | 0.69 | 0.11 |
| Hex | 9 | 31 | 2C | 52 | 0 | A | 51 | AC | 45 | B |
| Octal | 11 | 61 | 54 | 122 | 0 | 12 | 121 | 254 | 105 | 13 |
| Binary | 1001 | 110001 | 101100 | 1010010 | 0 | 1010 | 1010001 | 10101100 | 1000101 | 1011 |
Color Harmonies of #09312C
Complementary color
Monochromatic Colors of #09312C
Black with #09312C
Text Example
Text Example
White with #09312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09312C; }
p { color: rgb(9,49,44); }
H1.HeaderClassName
{
color: #09312C;
}
.AnyTagClassName
{
color: #09312C;
}
</style>
background-color css
<style>
a { background-color: #09312C; }
a { background-color: rgb(9,49,44); }
div.DivClassName
{
background-color: #09312C;
}
.BgClassName
{
background-color: #09312C;
}
</style>
border-color css
<style>
span { border-color: #09312C; }
span { border-color: rgb(9,49,44); }
td.TdClassName
{
border-color: #09312C;
}
.TagClassName
{
border-color: #09312C;
}
</style>