#2E5B5A

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

Shades of Oracle #2E5B5A

Tints of Oracle #2E5B5A

Color information

#2E5B5A (or 0x2E5B5A) is unknown color: approx Oracle. HEX triplet: 2E, 5B and 5A. RGB value is (46,91,90). Sum of RGB (Red+Green+Blue) = 46+91+90=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B5A is #D1A4A5. Grayscale: #4D4D4D. Windows color (decimal): -13739174 or 5921582. OLE color: 5921582.

HSL color Cylindrical-coordinate representation of color #2E5B5A: hue angle of 178.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5B5A is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB469190-
CMYK0.4900.010.64
HSL178.67º32.85%26.86%-
HSV(B)178.67º49.45%35.69%-
XYZ6.718.811.02-
YUV77.43135.09105.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=20.26%
G=40.09%
B=39.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4691900.4900.010.64178.6732.8526.86
Hex2E5B5A310140b3211b
Octal5613313261011002634133
Binary101110101101110110101100010110000001011001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5B5A; }

 p { color: rgb(46,91,90); }

 H1.HeaderClassName
 {
   color: #2E5B5A;
 }
 .AnyTagClassName
 {
   color: #2E5B5A;
 }
</style>
background-color css

<style>
 a { background-color: #2E5B5A; }

 a { background-color: rgb(46,91,90); }

 div.DivClassName
 {
   background-color: #2E5B5A;
 }
 .BgClassName
 {
   background-color: #2E5B5A;
 }
</style>
border-color css

<style>
 span { border-color: #2E5B5A; }

 span { border-color: rgb(46,91,90); }

 td.TdClassName
 {
   border-color: #2E5B5A;
 }
 .TagClassName
 {
   border-color: #2E5B5A;
 }
</style>