Shades of Oracle #2E5958
Tints of Oracle #2E5958
RGB
CMYK
RGB Variations
Color information
#2E5958 (or 0x2E5958) is known color: Oracle. HEX triplet: 2E, 59 and 58. RGB value is (46,89,88). Sum of RGB (Red+Green+Blue) = 46+89+88=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5958 is #D1A6A7. Grayscale: #4B4B4B. Windows color (decimal): -13739688 or 5789998. OLE color: 5789998.
HSL color Cylindrical-coordinate representation of color #2E5958: hue angle of 178.6º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5958 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 88 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.65 |
| HSL | 178.6º | 0.32% | 0.26% | - |
| HSV(B) | 178.6º | 0.48% | 0.35% | - |
| XYZ | 6.46 | 8.43 | 10.52 | - |
| YUV | 76.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 88 | 0.48 | 0 | 0.01 | 0.65 | 178.6 | 0.32 | 0.26 |
| Hex | 2E | 59 | 58 | 30 | 0 | 1 | 41 | B3 | 20 | 1A |
| Octal | 56 | 131 | 130 | 60 | 0 | 1 | 101 | 263 | 40 | 32 |
| Binary | 101110 | 1011001 | 1011000 | 110000 | 0 | 1 | 1000001 | 10110011 | 100000 | 11010 |
Color Harmonies of #2E5958
Complementary color
Monochromatic Colors of #2E5958
Black with #2E5958
Text Example
Text Example
White with #2E5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5958; }
p { color: rgb(46,89,88); }
H1.HeaderClassName
{
color: #2E5958;
}
.AnyTagClassName
{
color: #2E5958;
}
</style>
background-color css
<style>
a { background-color: #2E5958; }
a { background-color: rgb(46,89,88); }
div.DivClassName
{
background-color: #2E5958;
}
.BgClassName
{
background-color: #2E5958;
}
</style>
border-color css
<style>
span { border-color: #2E5958; }
span { border-color: rgb(46,89,88); }
td.TdClassName
{
border-color: #2E5958;
}
.TagClassName
{
border-color: #2E5958;
}
</style>