Shades of Oracle #2E6262
Tints of Oracle #2E6262
RGB
CMYK
RGB Variations
Color information
#2E6262 (or 0x2E6262) is known color: Oracle. HEX triplet: 2E, 62 and 62. RGB value is (46,98,98). Sum of RGB (Red+Green+Blue) = 46+98+98=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #2E6262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6262 is #D19D9D. Grayscale: #525252. Windows color (decimal): -13737374 or 6447662. OLE color: 6447662.
HSL color Cylindrical-coordinate representation of color #2E6262: hue angle of 180º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6262 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 98 | - |
| CMYK | 0.53 | 0 | 0 | 0.62 |
| HSL | 180º | 0.36% | 0.28% | - |
| HSV(B) | 180º | 0.53% | 0.38% | - |
| XYZ | 7.7 | 10.2 | 13.12 | - |
| YUV | 82.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 98 | 0.53 | 0 | 0 | 0.62 | 180 | 0.36 | 0.28 |
| Hex | 2E | 62 | 62 | 35 | 0 | 0 | 3E | B4 | 24 | 1C |
| Octal | 56 | 142 | 142 | 65 | 0 | 0 | 76 | 264 | 44 | 34 |
| Binary | 101110 | 1100010 | 1100010 | 110101 | 0 | 0 | 111110 | 10110100 | 100100 | 11100 |
Color Harmonies of #2E6262
Complementary color
Monochromatic Colors of #2E6262
Black with #2E6262
Text Example
Text Example
White with #2E6262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6262; }
p { color: rgb(46,98,98); }
H1.HeaderClassName
{
color: #2E6262;
}
.AnyTagClassName
{
color: #2E6262;
}
</style>
background-color css
<style>
a { background-color: #2E6262; }
a { background-color: rgb(46,98,98); }
div.DivClassName
{
background-color: #2E6262;
}
.BgClassName
{
background-color: #2E6262;
}
</style>
border-color css
<style>
span { border-color: #2E6262; }
span { border-color: rgb(46,98,98); }
td.TdClassName
{
border-color: #2E6262;
}
.TagClassName
{
border-color: #2E6262;
}
</style>