Shades of Dark Green #09322B
Tints of Dark Green #09322B
RGB
CMYK
RGB Variations
Color information
#09322B (or 0x09322B) is known color: Dark Green. HEX triplet: 09, 32 and 2B. RGB value is (9,50,43). Sum of RGB (Red+Green+Blue) = 9+50+43=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #09322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322B is #F6CDD4. Grayscale: #242424. Windows color (decimal): -16174549 or 2830857. OLE color: 2830857.
HSL color Cylindrical-coordinate representation of color #09322B: hue angle of 169.76º 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 #09322B is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 43 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.80 |
| HSL | 169.76º | 0.69% | 0.12% | - |
| HSV(B) | 169.76º | 0.82% | 0.2% | - |
| XYZ | 1.69 | 2.51 | 2.68 | - |
| YUV | 36.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 43 | 0.82 | 0 | 0.14 | 0.80 | 169.76 | 0.69 | 0.12 |
| Hex | 9 | 32 | 2B | 52 | 0 | E | 50 | AA | 45 | C |
| Octal | 11 | 62 | 53 | 122 | 0 | 16 | 120 | 252 | 105 | 14 |
| Binary | 1001 | 110010 | 101011 | 1010010 | 0 | 1110 | 1010000 | 10101010 | 1000101 | 1100 |
Color Harmonies of #09322B
Complementary color
Monochromatic Colors of #09322B
Black with #09322B
Text Example
Text Example
White with #09322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09322B; }
p { color: rgb(9,50,43); }
H1.HeaderClassName
{
color: #09322B;
}
.AnyTagClassName
{
color: #09322B;
}
</style>
background-color css
<style>
a { background-color: #09322B; }
a { background-color: rgb(9,50,43); }
div.DivClassName
{
background-color: #09322B;
}
.BgClassName
{
background-color: #09322B;
}
</style>
border-color css
<style>
span { border-color: #09322B; }
span { border-color: rgb(9,50,43); }
td.TdClassName
{
border-color: #09322B;
}
.TagClassName
{
border-color: #09322B;
}
</style>