Html Css Color HEX #2E665B Eden

📋 copy color: '#2E665B'

red 46 ◦ green 102 ◦ blue 91

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

Shades of Eden #2E665B

Tints of Eden #2E665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 19.25%
G = 42.68%
B = 38.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#2E665B (or 0x2E665B) is known color: Eden. HEX triplet: 2E, 66 and 5B. RGB value is (46,102,91). Sum of RGB (Red+Green+Blue) = 46+102+91=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #2E665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E665B is #D199A4. Grayscale: #535353. Windows color (decimal): -13736357 or 5989934. OLE color: 5989934.

HSL color Cylindrical-coordinate representation of color #2E665B: hue angle of 168.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E665B is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 102 91 -
CMYK 0.55 0 0.11 0.6
HSL 168.21º 0.38% 0.29% -
HSV(B) 168.21º 0.55% 0.4% -
XYZ 7.77 10.84 11.58 -
YUV 84 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 46 102 91 0.55 0 0.11 0.6 168.21 0.38 0.29
Hex 2E 66 5B 37 0 B 3C A8 26 1D
Octal 56 146 133 67 0 13 74 250 46 35
Binary 101110 1100110 1011011 110111 0 1011 111100 10101000 100110 11101

Color Harmonies of #2E665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E665B

Black with #2E665B

Text Example


Text Example

White with #2E665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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