Shades of Dark Green #09321D
Tints of Dark Green #09321D
RGB
CMYK
RGB Variations
Color information
#09321D (or 0x09321D) is known color: Dark Green. HEX triplet: 09, 32 and 1D. RGB value is (9,50,29). Sum of RGB (Red+Green+Blue) = 9+50+29=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #09321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321D is #F6CDE2. Grayscale: #232323. Windows color (decimal): -16174563 or 1913353. OLE color: 1913353.
HSL color Cylindrical-coordinate representation of color #09321D: hue angle of 149.27º 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 #09321D is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 29 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.80 |
| HSL | 149.27º | 0.69% | 0.12% | - |
| HSV(B) | 149.27º | 0.82% | 0.2% | - |
| XYZ | 1.48 | 2.43 | 1.55 | - |
| YUV | 35.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 29 | 0.82 | 0 | 0.42 | 0.80 | 149.27 | 0.69 | 0.12 |
| Hex | 9 | 32 | 1D | 52 | 0 | 2A | 50 | 95 | 45 | C |
| Octal | 11 | 62 | 35 | 122 | 0 | 52 | 120 | 225 | 105 | 14 |
| Binary | 1001 | 110010 | 11101 | 1010010 | 0 | 101010 | 1010000 | 10010101 | 1000101 | 1100 |
Color Harmonies of #09321D
Complementary color
Monochromatic Colors of #09321D
Black with #09321D
Text Example
Text Example
White with #09321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09321D; }
p { color: rgb(9,50,29); }
H1.HeaderClassName
{
color: #09321D;
}
.AnyTagClassName
{
color: #09321D;
}
</style>
background-color css
<style>
a { background-color: #09321D; }
a { background-color: rgb(9,50,29); }
div.DivClassName
{
background-color: #09321D;
}
.BgClassName
{
background-color: #09321D;
}
</style>
border-color css
<style>
span { border-color: #09321D; }
span { border-color: rgb(9,50,29); }
td.TdClassName
{
border-color: #09321D;
}
.TagClassName
{
border-color: #09321D;
}
</style>