Html Css Color HEX #2E605A Eden

📋 copy color: '#2E605A'

red 46 ◦ green 96 ◦ blue 90

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

Shades of Eden #2E605A

Tints of Eden #2E605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 19.83%
G = 41.38%
B = 38.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#2E605A (or 0x2E605A) is known color: Eden. HEX triplet: 2E, 60 and 5A. RGB value is (46,96,90). Sum of RGB (Red+Green+Blue) = 46+96+90=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #2E605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E605A is #D19FA5. Grayscale: #505050. Windows color (decimal): -13737894 or 5922862. OLE color: 5922862.

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

Color convert

RGB 46 96 90 -
CMYK 0.52 0 0.06 0.62
HSL 172.8º 0.35% 0.28% -
HSV(B) 172.8º 0.52% 0.38% -
XYZ 7.16 9.68 11.17 -
YUV 80.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 46 96 90 0.52 0 0.06 0.62 172.8 0.35 0.28
Hex 2E 60 5A 34 0 6 3E AD 23 1C
Octal 56 140 132 64 0 6 76 255 43 34
Binary 101110 1100000 1011010 110100 0 110 111110 10101101 100011 11100

Color Harmonies of #2E605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E605A

Black with #2E605A

Text Example


Text Example

White with #2E605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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