Shades of Oracle #2E6060
Tints of Oracle #2E6060
RGB
CMYK
RGB Variations
Color information
#2E6060 (or 0x2E6060) is known color: Oracle. HEX triplet: 2E, 60 and 60. RGB value is (46,96,96). Sum of RGB (Red+Green+Blue) = 46+96+96=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #2E6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6060 is #D19F9F. Grayscale: #515151. Windows color (decimal): -13737888 or 6316078. OLE color: 6316078.
HSL color Cylindrical-coordinate representation of color #2E6060: hue angle of 180º 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 #2E6060 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 96 | - |
| CMYK | 0.52 | 0 | 0 | 0.62 |
| HSL | 180º | 0.35% | 0.28% | - |
| HSV(B) | 180º | 0.52% | 0.38% | - |
| XYZ | 7.42 | 9.79 | 12.57 | - |
| YUV | 81.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 96 | 0.52 | 0 | 0 | 0.62 | 180 | 0.35 | 0.28 |
| Hex | 2E | 60 | 60 | 34 | 0 | 0 | 3E | B4 | 23 | 1C |
| Octal | 56 | 140 | 140 | 64 | 0 | 0 | 76 | 264 | 43 | 34 |
| Binary | 101110 | 1100000 | 1100000 | 110100 | 0 | 0 | 111110 | 10110100 | 100011 | 11100 |
Color Harmonies of #2E6060
Complementary color
Monochromatic Colors of #2E6060
Black with #2E6060
Text Example
Text Example
White with #2E6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6060; }
p { color: rgb(46,96,96); }
H1.HeaderClassName
{
color: #2E6060;
}
.AnyTagClassName
{
color: #2E6060;
}
</style>
background-color css
<style>
a { background-color: #2E6060; }
a { background-color: rgb(46,96,96); }
div.DivClassName
{
background-color: #2E6060;
}
.BgClassName
{
background-color: #2E6060;
}
</style>
border-color css
<style>
span { border-color: #2E6060; }
span { border-color: rgb(46,96,96); }
td.TdClassName
{
border-color: #2E6060;
}
.TagClassName
{
border-color: #2E6060;
}
</style>