#2E605F

Color #2E605F Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2E605F

Tints of Oracle #2E605F

Color information

#2E605F (or 0x2E605F) is unknown color: approx 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

RGB469695-
CMYK0.5200.010.62
HSL178.8º35.21%27.84%-
HSV(B)178.8º52.08%37.65%-
XYZ7.389.7712.32-
YUV80.94135.94103.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=19.41%
G=40.51%
B=40.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696950.5200.010.62178.835.2127.84
Hex2E605F34013Eb3231c
Octal561401376401762634334
Binary10111011000001011111110100011111101011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>