Html Css Color HEX #2E635D Eden

📋 copy color: '#2E635D'

red 46 ◦ green 99 ◦ blue 93

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

Shades of Eden #2E635D

Tints of Eden #2E635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 19.33%
G = 41.6%
B = 39.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#2E635D (or 0x2E635D) is known color: Eden. HEX triplet: 2E, 63 and 5D. RGB value is (46,99,93). Sum of RGB (Red+Green+Blue) = 46+99+93=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #2E635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E635D is #D19CA2. Grayscale: #525252. Windows color (decimal): -13737123 or 6120238. OLE color: 6120238.

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

Color convert

RGB 46 99 93 -
CMYK 0.54 0 0.06 0.61
HSL 173.21º 0.37% 0.28% -
HSV(B) 173.21º 0.54% 0.39% -
XYZ 7.56 10.29 11.94 -
YUV 82.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 46 99 93 0.54 0 0.06 0.61 173.21 0.37 0.28
Hex 2E 63 5D 36 0 6 3D AD 25 1C
Octal 56 143 135 66 0 6 75 255 45 34
Binary 101110 1100011 1011101 110110 0 110 111101 10101101 100101 11100

Color Harmonies of #2E635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E635D

Black with #2E635D

Text Example


Text Example

White with #2E635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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