Html Css Color HEX #2E665A Eden

📋 copy color: '#2E665A'

red 46 ◦ green 102 ◦ blue 90

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

Shades of Eden #2E665A

Tints of Eden #2E665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 19.33%
G = 42.86%
B = 37.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#2E665A (or 0x2E665A) is known color: Eden. HEX triplet: 2E, 66 and 5A. RGB value is (46,102,90). Sum of RGB (Red+Green+Blue) = 46+102+90=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #2E665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E665A is #D199A5. Grayscale: #535353. Windows color (decimal): -13736358 or 5924398. OLE color: 5924398.

HSL color Cylindrical-coordinate representation of color #2E665A: hue angle of 167.14º 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 #2E665A is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 102 90 -
CMYK 0.55 0 0.12 0.6
HSL 167.14º 0.38% 0.29% -
HSV(B) 167.14º 0.55% 0.4% -
XYZ 7.72 10.82 11.35 -
YUV 83.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 46 102 90 0.55 0 0.12 0.6 167.14 0.38 0.29
Hex 2E 66 5A 37 0 C 3C A7 26 1D
Octal 56 146 132 67 0 14 74 247 46 35
Binary 101110 1100110 1011010 110111 0 1100 111100 10100111 100110 11101

Color Harmonies of #2E665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E665A

Black with #2E665A

Text Example


Text Example

White with #2E665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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