Html Css Color HEX #2E6160 Oracle

📋 copy color: '#2E6160'

red 46 ◦ green 97 ◦ blue 96

#2E6160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #2E6160

Tints of Oracle #2E6160

RGB

 RED value IS 46 (18.36% from 255) = 19.25%

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 19.25%
G = 40.59%
B = 40.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#2E6160 (or 0x2E6160) is known color: Oracle. HEX triplet: 2E, 61 and 60. RGB value is (46,97,96). Sum of RGB (Red+Green+Blue) = 46+97+96=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6160 is #D19E9F. Grayscale: #515151. Windows color (decimal): -13737632 or 6316334. OLE color: 6316334.

HSL color Cylindrical-coordinate representation of color #2E6160: hue angle of 178.82º 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 #2E6160 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 96 -
CMYK 0.53 0 0.01 0.62
HSL 178.82º 0.36% 0.28% -
HSV(B) 178.82º 0.53% 0.38% -
XYZ 7.51 9.97 12.6 -
YUV 81.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 46 97 96 0.53 0 0.01 0.62 178.82 0.36 0.28
Hex 2E 61 60 35 0 1 3E B3 24 1C
Octal 56 141 140 65 0 1 76 263 44 34
Binary 101110 1100001 1100000 110101 0 1 111110 10110011 100100 11100

Color Harmonies of #2E6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6160

Black with #2E6160

Text Example


Text Example

White with #2E6160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,96); }

 H1.HeaderClassName
 {
   color: #2E6160;
 }
 .AnyTagClassName
 {
   color: #2E6160;
 }
</style>

background-color css

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

 a { background-color: rgb(46,97,96); }

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

border-color css

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

 span { border-color: rgb(46,97,96); }

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