Shades of Dark Green #09321E
Tints of Dark Green #09321E
RGB
CMYK
RGB Variations
Color information
#09321E (or 0x09321E) is known color: Dark Green. HEX triplet: 09, 32 and 1E. RGB value is (9,50,30). Sum of RGB (Red+Green+Blue) = 9+50+30=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #09321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321E is #F6CDE1. Grayscale: #232323. Windows color (decimal): -16174562 or 1978889. OLE color: 1978889.
HSL color Cylindrical-coordinate representation of color #09321E: hue angle of 150.73º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09321E is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 30 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.80 |
| HSL | 150.73º | 0.69% | 0.12% | - |
| HSV(B) | 150.73º | 0.82% | 0.2% | - |
| XYZ | 1.49 | 2.43 | 1.62 | - |
| YUV | 35.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 30 | 0.82 | 0 | 0.40 | 0.80 | 150.73 | 0.69 | 0.12 |
| Hex | 9 | 32 | 1E | 52 | 0 | 28 | 50 | 97 | 45 | C |
| Octal | 11 | 62 | 36 | 122 | 0 | 50 | 120 | 227 | 105 | 14 |
| Binary | 1001 | 110010 | 11110 | 1010010 | 0 | 101000 | 1010000 | 10010111 | 1000101 | 1100 |
Color Harmonies of #09321E
Complementary color
Monochromatic Colors of #09321E
Black with #09321E
Text Example
Text Example
White with #09321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09321E; }
p { color: rgb(9,50,30); }
H1.HeaderClassName
{
color: #09321E;
}
.AnyTagClassName
{
color: #09321E;
}
</style>
background-color css
<style>
a { background-color: #09321E; }
a { background-color: rgb(9,50,30); }
div.DivClassName
{
background-color: #09321E;
}
.BgClassName
{
background-color: #09321E;
}
</style>
border-color css
<style>
span { border-color: #09321E; }
span { border-color: rgb(9,50,30); }
td.TdClassName
{
border-color: #09321E;
}
.TagClassName
{
border-color: #09321E;
}
</style>