Shades of Dark Green #09312D
Tints of Dark Green #09312D
RGB
CMYK
RGB Variations
Color information
#09312D (or 0x09312D) is known color: Dark Green. HEX triplet: 09, 31 and 2D. RGB value is (9,49,45). Sum of RGB (Red+Green+Blue) = 9+49+45=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #09312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09312D is #F6CED2. Grayscale: #242424. Windows color (decimal): -16174803 or 2961673. OLE color: 2961673.
HSL color Cylindrical-coordinate representation of color #09312D: hue angle of 174º 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 #09312D is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 45 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.81 |
| HSL | 174º | 0.69% | 0.11% | - |
| HSV(B) | 174º | 0.82% | 0.19% | - |
| XYZ | 1.68 | 2.44 | 2.87 | - |
| YUV | 36.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 45 | 0.82 | 0 | 0.08 | 0.81 | 174 | 0.69 | 0.11 |
| Hex | 9 | 31 | 2D | 52 | 0 | 8 | 51 | AE | 45 | B |
| Octal | 11 | 61 | 55 | 122 | 0 | 10 | 121 | 256 | 105 | 13 |
| Binary | 1001 | 110001 | 101101 | 1010010 | 0 | 1000 | 1010001 | 10101110 | 1000101 | 1011 |
Color Harmonies of #09312D
Complementary color
Monochromatic Colors of #09312D
Black with #09312D
Text Example
Text Example
White with #09312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09312D; }
p { color: rgb(9,49,45); }
H1.HeaderClassName
{
color: #09312D;
}
.AnyTagClassName
{
color: #09312D;
}
</style>
background-color css
<style>
a { background-color: #09312D; }
a { background-color: rgb(9,49,45); }
div.DivClassName
{
background-color: #09312D;
}
.BgClassName
{
background-color: #09312D;
}
</style>
border-color css
<style>
span { border-color: #09312D; }
span { border-color: rgb(9,49,45); }
td.TdClassName
{
border-color: #09312D;
}
.TagClassName
{
border-color: #09312D;
}
</style>