Html Css Color HEX #2E6163 Oracle

📋 copy color: '#2E6163'

red 46 ◦ green 97 ◦ blue 99

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

Shades of Oracle #2E6163

Tints of Oracle #2E6163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 19.01%
G = 40.08%
B = 40.91%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E6163 (or 0x2E6163) is known color: Oracle. HEX triplet: 2E, 61 and 63. RGB value is (46,97,99). Sum of RGB (Red+Green+Blue) = 46+97+99=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6163 is #D19E9C. Grayscale: #515151. Windows color (decimal): -13737629 or 6512942. OLE color: 6512942.

HSL color Cylindrical-coordinate representation of color #2E6163: hue angle of 182.26º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6163 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 97 99 -
CMYK 0.54 0.02 0 0.61
HSL 182.26º 0.37% 0.28% -
HSV(B) 182.26º 0.54% 0.39% -
XYZ 7.65 10.03 13.34 -
YUV 81.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 46 97 99 0.54 0.02 0 0.61 182.26 0.37 0.28
Hex 2E 61 63 36 2 0 3D B6 25 1C
Octal 56 141 143 66 2 0 75 266 45 34
Binary 101110 1100001 1100011 110110 10 0 111101 10110110 100101 11100

Color Harmonies of #2E6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6163

Black with #2E6163

Text Example


Text Example

White with #2E6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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