Html Css Color HEX #2E625E Eden

📋 copy color: '#2E625E'

red 46 ◦ green 98 ◦ blue 94

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

Shades of Eden #2E625E

Tints of Eden #2E625E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 19.33%
G = 41.18%
B = 39.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#2E625E (or 0x2E625E) is known color: Eden. HEX triplet: 2E, 62 and 5E. RGB value is (46,98,94). Sum of RGB (Red+Green+Blue) = 46+98+94=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #2E625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E625E is #D19DA1. Grayscale: #515151. Windows color (decimal): -13737378 or 6185518. OLE color: 6185518.

HSL color Cylindrical-coordinate representation of color #2E625E: hue angle of 175.38º 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 #2E625E is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 94 -
CMYK 0.53 0 0.04 0.62
HSL 175.38º 0.36% 0.28% -
HSV(B) 175.38º 0.53% 0.38% -
XYZ 7.51 10.12 12.15 -
YUV 82 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 46 98 94 0.53 0 0.04 0.62 175.38 0.36 0.28
Hex 2E 62 5E 35 0 4 3E AF 24 1C
Octal 56 142 136 65 0 4 76 257 44 34
Binary 101110 1100010 1011110 110101 0 100 111110 10101111 100100 11100

Color Harmonies of #2E625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E625E

Black with #2E625E

Text Example


Text Example

White with #2E625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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