Shades of Dark Green #093328
Tints of Dark Green #093328
RGB
CMYK
RGB Variations
Color information
#093328 (or 0x093328) is known color: Dark Green. HEX triplet: 09, 33 and 28. RGB value is (9,51,40). Sum of RGB (Red+Green+Blue) = 9+51+40=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #093328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093328 is #F6CCD7. Grayscale: #252525. Windows color (decimal): -16174296 or 2634505. OLE color: 2634505.
HSL color Cylindrical-coordinate representation of color #093328: hue angle of 164.29º 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 #093328 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 40 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.8 |
| HSL | 164.29º | 0.7% | 0.12% | - |
| HSV(B) | 164.29º | 0.82% | 0.2% | - |
| XYZ | 1.68 | 2.58 | 2.42 | - |
| YUV | 37.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 40 | 0.82 | 0 | 0.22 | 0.8 | 164.29 | 0.7 | 0.12 |
| Hex | 9 | 33 | 28 | 52 | 0 | 16 | 50 | A4 | 46 | C |
| Octal | 11 | 63 | 50 | 122 | 0 | 26 | 120 | 244 | 106 | 14 |
| Binary | 1001 | 110011 | 101000 | 1010010 | 0 | 10110 | 1010000 | 10100100 | 1000110 | 1100 |
Color Harmonies of #093328
Complementary color
Monochromatic Colors of #093328
Black with #093328
Text Example
Text Example
White with #093328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093328; }
p { color: rgb(9,51,40); }
H1.HeaderClassName
{
color: #093328;
}
.AnyTagClassName
{
color: #093328;
}
</style>
background-color css
<style>
a { background-color: #093328; }
a { background-color: rgb(9,51,40); }
div.DivClassName
{
background-color: #093328;
}
.BgClassName
{
background-color: #093328;
}
</style>
border-color css
<style>
span { border-color: #093328; }
span { border-color: rgb(9,51,40); }
td.TdClassName
{
border-color: #093328;
}
.TagClassName
{
border-color: #093328;
}
</style>