Shades of Dark Green #093128
Tints of Dark Green #093128
RGB
CMYK
RGB Variations
Color information
#093128 (or 0x093128) is known color: Dark Green. HEX triplet: 09, 31 and 28. RGB value is (9,49,40). Sum of RGB (Red+Green+Blue) = 9+49+40=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #093128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093128 is #F6CED7. Grayscale: #242424. Windows color (decimal): -16174808 or 2633993. OLE color: 2633993.
HSL color Cylindrical-coordinate representation of color #093128: hue angle of 166.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093128 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 40 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.81 |
| HSL | 166.5º | 0.69% | 0.11% | - |
| HSV(B) | 166.5º | 0.82% | 0.19% | - |
| XYZ | 1.59 | 2.41 | 2.39 | - |
| YUV | 36.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 40 | 0.82 | 0 | 0.18 | 0.81 | 166.5 | 0.69 | 0.11 |
| Hex | 9 | 31 | 28 | 52 | 0 | 12 | 51 | A6 | 45 | B |
| Octal | 11 | 61 | 50 | 122 | 0 | 22 | 121 | 246 | 105 | 13 |
| Binary | 1001 | 110001 | 101000 | 1010010 | 0 | 10010 | 1010001 | 10100110 | 1000101 | 1011 |
Color Harmonies of #093128
Complementary color
Monochromatic Colors of #093128
Black with #093128
Text Example
Text Example
White with #093128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093128; }
p { color: rgb(9,49,40); }
H1.HeaderClassName
{
color: #093128;
}
.AnyTagClassName
{
color: #093128;
}
</style>
background-color css
<style>
a { background-color: #093128; }
a { background-color: rgb(9,49,40); }
div.DivClassName
{
background-color: #093128;
}
.BgClassName
{
background-color: #093128;
}
</style>
border-color css
<style>
span { border-color: #093128; }
span { border-color: rgb(9,49,40); }
td.TdClassName
{
border-color: #093128;
}
.TagClassName
{
border-color: #093128;
}
</style>