Html Css Color HEX #2E6260 Eden

📋 copy color: '#2E6260'

red 46 ◦ green 98 ◦ blue 96

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

Shades of Eden #2E6260

Tints of Eden #2E6260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 19.17%
G = 40.83%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#2E6260 (or 0x2E6260) is known color: Eden. HEX triplet: 2E, 62 and 60. RGB value is (46,98,96). Sum of RGB (Red+Green+Blue) = 46+98+96=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6260 is #D19D9F. Grayscale: #525252. Windows color (decimal): -13737376 or 6316590. OLE color: 6316590.

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

Color convert

RGB 46 98 96 -
CMYK 0.53 0 0.02 0.62
HSL 177.69º 0.36% 0.28% -
HSV(B) 177.69º 0.53% 0.38% -
XYZ 7.61 10.16 12.63 -
YUV 82.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 46 98 96 0.53 0 0.02 0.62 177.69 0.36 0.28
Hex 2E 62 60 35 0 2 3E B2 24 1C
Octal 56 142 140 65 0 2 76 262 44 34
Binary 101110 1100010 1100000 110101 0 10 111110 10110010 100100 11100

Color Harmonies of #2E6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6260

Black with #2E6260

Text Example


Text Example

White with #2E6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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