Html Css Color HEX #2E6B5C Eden

📋 copy color: '#2E6B5C'

red 46 ◦ green 107 ◦ blue 92

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

Shades of Eden #2E6B5C

Tints of Eden #2E6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 18.78%
G = 43.67%
B = 37.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#2E6B5C (or 0x2E6B5C) is known color: Eden. HEX triplet: 2E, 6B and 5C. RGB value is (46,107,92). Sum of RGB (Red+Green+Blue) = 46+107+92=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B5C is #D194A3. Grayscale: #575757. Windows color (decimal): -13735076 or 6056750. OLE color: 6056750.

HSL color Cylindrical-coordinate representation of color #2E6B5C: hue angle of 165.25º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B5C is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 107 92 -
CMYK 0.57 0 0.14 0.58
HSL 165.25º 0.4% 0.3% -
HSV(B) 165.25º 0.57% 0.42% -
XYZ 8.32 11.87 11.98 -
YUV 87.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 46 107 92 0.57 0 0.14 0.58 165.25 0.4 0.3
Hex 2E 6B 5C 39 0 E 3A A5 28 1E
Octal 56 153 134 71 0 16 72 245 50 36
Binary 101110 1101011 1011100 111001 0 1110 111010 10100101 101000 11110

Color Harmonies of #2E6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B5C

Black with #2E6B5C

Text Example


Text Example

White with #2E6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,92); }

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

background-color css

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

 a { background-color: rgb(46,107,92); }

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

border-color css

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

 span { border-color: rgb(46,107,92); }

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