Html Css Color HEX #2E6158 Eden

📋 copy color: '#2E6158'

red 46 ◦ green 97 ◦ blue 88

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

Shades of Eden #2E6158

Tints of Eden #2E6158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 19.91%
G = 41.99%
B = 38.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#2E6158 (or 0x2E6158) is known color: Eden. HEX triplet: 2E, 61 and 58. RGB value is (46,97,88). Sum of RGB (Red+Green+Blue) = 46+97+88=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6158 is #D19EA7. Grayscale: #505050. Windows color (decimal): -13737640 or 5792046. OLE color: 5792046.

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

Color convert

RGB 46 97 88 -
CMYK 0.53 0 0.09 0.62
HSL 169.41º 0.36% 0.28% -
HSV(B) 169.41º 0.53% 0.38% -
XYZ 7.16 9.83 10.75 -
YUV 80.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 46 97 88 0.53 0 0.09 0.62 169.41 0.36 0.28
Hex 2E 61 58 35 0 9 3E A9 24 1C
Octal 56 141 130 65 0 11 76 251 44 34
Binary 101110 1100001 1011000 110101 0 1001 111110 10101001 100100 11100

Color Harmonies of #2E6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6158

Black with #2E6158

Text Example


Text Example

White with #2E6158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,88); }

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

background-color css

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

 a { background-color: rgb(46,97,88); }

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

border-color css

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

 span { border-color: rgb(46,97,88); }

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