Shades of Dark Green #09322D
Tints of Dark Green #09322D
RGB
CMYK
RGB Variations
Color information
#09322D (or 0x09322D) is known color: Dark Green. HEX triplet: 09, 32 and 2D. RGB value is (9,50,45). Sum of RGB (Red+Green+Blue) = 9+50+45=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #09322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322D is #F6CDD2. Grayscale: #252525. Windows color (decimal): -16174547 or 2961929. OLE color: 2961929.
HSL color Cylindrical-coordinate representation of color #09322D: hue angle of 172.68º 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 #09322D is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 45 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.80 |
| HSL | 172.68º | 0.69% | 0.12% | - |
| HSV(B) | 172.68º | 0.82% | 0.2% | - |
| XYZ | 1.73 | 2.53 | 2.88 | - |
| YUV | 37.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 45 | 0.82 | 0 | 0.10 | 0.80 | 172.68 | 0.69 | 0.12 |
| Hex | 9 | 32 | 2D | 52 | 0 | A | 50 | AD | 45 | C |
| Octal | 11 | 62 | 55 | 122 | 0 | 12 | 120 | 255 | 105 | 14 |
| Binary | 1001 | 110010 | 101101 | 1010010 | 0 | 1010 | 1010000 | 10101101 | 1000101 | 1100 |
Color Harmonies of #09322D
Complementary color
Monochromatic Colors of #09322D
Black with #09322D
Text Example
Text Example
White with #09322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09322D; }
p { color: rgb(9,50,45); }
H1.HeaderClassName
{
color: #09322D;
}
.AnyTagClassName
{
color: #09322D;
}
</style>
background-color css
<style>
a { background-color: #09322D; }
a { background-color: rgb(9,50,45); }
div.DivClassName
{
background-color: #09322D;
}
.BgClassName
{
background-color: #09322D;
}
</style>
border-color css
<style>
span { border-color: #09322D; }
span { border-color: rgb(9,50,45); }
td.TdClassName
{
border-color: #09322D;
}
.TagClassName
{
border-color: #09322D;
}
</style>