Shades of Oracle #2E605F
Tints of Oracle #2E605F
RGB
CMYK
RGB Variations
Color information
#2E605F (or 0x2E605F) is known color: Oracle. HEX triplet: 2E, 60 and 5F. RGB value is (46,96,95). Sum of RGB (Red+Green+Blue) = 46+96+95=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #2E605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E605F is #D19FA0. Grayscale: #505050. Windows color (decimal): -13737889 or 6250542. OLE color: 6250542.
HSL color Cylindrical-coordinate representation of color #2E605F: hue angle of 178.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E605F is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 95 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.62 |
| HSL | 178.8º | 0.35% | 0.28% | - |
| HSV(B) | 178.8º | 0.52% | 0.38% | - |
| XYZ | 7.38 | 9.77 | 12.32 | - |
| YUV | 80.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 95 | 0.52 | 0 | 0.01 | 0.62 | 178.8 | 0.35 | 0.28 |
| Hex | 2E | 60 | 5F | 34 | 0 | 1 | 3E | B3 | 23 | 1C |
| Octal | 56 | 140 | 137 | 64 | 0 | 1 | 76 | 263 | 43 | 34 |
| Binary | 101110 | 1100000 | 1011111 | 110100 | 0 | 1 | 111110 | 10110011 | 100011 | 11100 |
Color Harmonies of #2E605F
Complementary color
Monochromatic Colors of #2E605F
Black with #2E605F
Text Example
Text Example
White with #2E605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E605F; }
p { color: rgb(46,96,95); }
H1.HeaderClassName
{
color: #2E605F;
}
.AnyTagClassName
{
color: #2E605F;
}
</style>
background-color css
<style>
a { background-color: #2E605F; }
a { background-color: rgb(46,96,95); }
div.DivClassName
{
background-color: #2E605F;
}
.BgClassName
{
background-color: #2E605F;
}
</style>
border-color css
<style>
span { border-color: #2E605F; }
span { border-color: rgb(46,96,95); }
td.TdClassName
{
border-color: #2E605F;
}
.TagClassName
{
border-color: #2E605F;
}
</style>