Shades of Dark Green #093B2E
Tints of Dark Green #093B2E
RGB
CMYK
RGB Variations
Color information
#093B2E (or 0x093B2E) is known color: Dark Green. HEX triplet: 09, 3B and 2E. RGB value is (9,59,46). Sum of RGB (Red+Green+Blue) = 9+59+46=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #093B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B2E is #F6C4D1. Grayscale: #2A2A2A. Windows color (decimal): -16172242 or 3029769. OLE color: 3029769.
HSL color Cylindrical-coordinate representation of color #093B2E: hue angle of 164.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B2E is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 46 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.77 |
| HSL | 164.4º | 0.74% | 0.13% | - |
| HSV(B) | 164.4º | 0.85% | 0.23% | - |
| XYZ | 2.17 | 3.38 | 3.12 | - |
| YUV | 42.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 46 | 0.85 | 0 | 0.22 | 0.77 | 164.4 | 0.74 | 0.13 |
| Hex | 9 | 3B | 2E | 55 | 0 | 16 | 4D | A4 | 4A | D |
| Octal | 11 | 73 | 56 | 125 | 0 | 26 | 115 | 244 | 112 | 15 |
| Binary | 1001 | 111011 | 101110 | 1010101 | 0 | 10110 | 1001101 | 10100100 | 1001010 | 1101 |
Color Harmonies of #093B2E
Complementary color
Monochromatic Colors of #093B2E
Black with #093B2E
Text Example
Text Example
White with #093B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B2E; }
p { color: rgb(9,59,46); }
H1.HeaderClassName
{
color: #093B2E;
}
.AnyTagClassName
{
color: #093B2E;
}
</style>
background-color css
<style>
a { background-color: #093B2E; }
a { background-color: rgb(9,59,46); }
div.DivClassName
{
background-color: #093B2E;
}
.BgClassName
{
background-color: #093B2E;
}
</style>
border-color css
<style>
span { border-color: #093B2E; }
span { border-color: rgb(9,59,46); }
td.TdClassName
{
border-color: #093B2E;
}
.TagClassName
{
border-color: #093B2E;
}
</style>