Shades of Dark Green #093329
Tints of Dark Green #093329
RGB
CMYK
RGB Variations
Color information
#093329 (or 0x093329) is known color: Dark Green. HEX triplet: 09, 33 and 29. RGB value is (9,51,41). Sum of RGB (Red+Green+Blue) = 9+51+41=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #093329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093329 is #F6CCD6. Grayscale: #252525. Windows color (decimal): -16174295 or 2700041. OLE color: 2700041.
HSL color Cylindrical-coordinate representation of color #093329: hue angle of 165.71º degrees, saturation: 0.7, 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 #093329 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 41 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.8 |
| HSL | 165.71º | 0.7% | 0.12% | - |
| HSV(B) | 165.71º | 0.82% | 0.2% | - |
| XYZ | 1.7 | 2.59 | 2.51 | - |
| YUV | 37.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 41 | 0.82 | 0 | 0.20 | 0.8 | 165.71 | 0.7 | 0.12 |
| Hex | 9 | 33 | 29 | 52 | 0 | 14 | 50 | A6 | 46 | C |
| Octal | 11 | 63 | 51 | 122 | 0 | 24 | 120 | 246 | 106 | 14 |
| Binary | 1001 | 110011 | 101001 | 1010010 | 0 | 10100 | 1010000 | 10100110 | 1000110 | 1100 |
Color Harmonies of #093329
Complementary color
Monochromatic Colors of #093329
Black with #093329
Text Example
Text Example
White with #093329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093329; }
p { color: rgb(9,51,41); }
H1.HeaderClassName
{
color: #093329;
}
.AnyTagClassName
{
color: #093329;
}
</style>
background-color css
<style>
a { background-color: #093329; }
a { background-color: rgb(9,51,41); }
div.DivClassName
{
background-color: #093329;
}
.BgClassName
{
background-color: #093329;
}
</style>
border-color css
<style>
span { border-color: #093329; }
span { border-color: rgb(9,51,41); }
td.TdClassName
{
border-color: #093329;
}
.TagClassName
{
border-color: #093329;
}
</style>