Html Css Color HEX #2E635A Eden

📋 copy color: '#2E635A'

red 46 ◦ green 99 ◦ blue 90

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

Shades of Eden #2E635A

Tints of Eden #2E635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

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

R = 19.57%
G = 42.13%
B = 38.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#2E635A (or 0x2E635A) is known color: Eden. HEX triplet: 2E, 63 and 5A. RGB value is (46,99,90). Sum of RGB (Red+Green+Blue) = 46+99+90=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #2E635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E635A is #D19CA5. Grayscale: #525252. Windows color (decimal): -13737126 or 5923630. OLE color: 5923630.

HSL color Cylindrical-coordinate representation of color #2E635A: hue angle of 169.81º 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 #2E635A is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 99 90 -
CMYK 0.54 0 0.09 0.61
HSL 169.81º 0.37% 0.28% -
HSV(B) 169.81º 0.54% 0.39% -
XYZ 7.43 10.24 11.26 -
YUV 82.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 46 99 90 0.54 0 0.09 0.61 169.81 0.37 0.28
Hex 2E 63 5A 36 0 9 3D AA 25 1C
Octal 56 143 132 66 0 11 75 252 45 34
Binary 101110 1100011 1011010 110110 0 1001 111101 10101010 100101 11100

Color Harmonies of #2E635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E635A

Black with #2E635A

Text Example


Text Example

White with #2E635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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