Html Css Color HEX #2E625A Eden

📋 copy color: '#2E625A'

red 46 ◦ green 98 ◦ blue 90

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

Shades of Eden #2E625A

Tints of Eden #2E625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

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

R = 19.66%
G = 41.88%
B = 38.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#2E625A (or 0x2E625A) is known color: Eden. HEX triplet: 2E, 62 and 5A. RGB value is (46,98,90). Sum of RGB (Red+Green+Blue) = 46+98+90=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #2E625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E625A is #D19DA5. Grayscale: #515151. Windows color (decimal): -13737382 or 5923374. OLE color: 5923374.

HSL color Cylindrical-coordinate representation of color #2E625A: hue angle of 170.77º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E625A is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 90 -
CMYK 0.53 0 0.08 0.62
HSL 170.77º 0.36% 0.28% -
HSV(B) 170.77º 0.53% 0.38% -
XYZ 7.34 10.05 11.23 -
YUV 81.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 46 98 90 0.53 0 0.08 0.62 170.77 0.36 0.28
Hex 2E 62 5A 35 0 8 3E AB 24 1C
Octal 56 142 132 65 0 10 76 253 44 34
Binary 101110 1100010 1011010 110101 0 1000 111110 10101011 100100 11100

Color Harmonies of #2E625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E625A

Black with #2E625A

Text Example


Text Example

White with #2E625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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