Html Css Color HEX #2E6A5D Eden

📋 copy color: '#2E6A5D'

red 46 ◦ green 106 ◦ blue 93

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

Shades of Eden #2E6A5D

Tints of Eden #2E6A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.27%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 18.78%
G = 43.27%
B = 37.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#2E6A5D (or 0x2E6A5D) is known color: Eden. HEX triplet: 2E, 6A and 5D. RGB value is (46,106,93). Sum of RGB (Red+Green+Blue) = 46+106+93=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A5D is #D195A2. Grayscale: #565656. Windows color (decimal): -13735331 or 6122030. OLE color: 6122030.

HSL color Cylindrical-coordinate representation of color #2E6A5D: hue angle of 167º degrees, saturation: 0.39, 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 #2E6A5D is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 106 93 -
CMYK 0.57 0 0.12 0.58
HSL 167º 0.39% 0.3% -
HSV(B) 167º 0.57% 0.42% -
XYZ 8.26 11.68 12.18 -
YUV 86.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 46 106 93 0.57 0 0.12 0.58 167 0.39 0.3
Hex 2E 6A 5D 39 0 C 3A A7 27 1E
Octal 56 152 135 71 0 14 72 247 47 36
Binary 101110 1101010 1011101 111001 0 1100 111010 10100111 100111 11110

Color Harmonies of #2E6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A5D

Black with #2E6A5D

Text Example


Text Example

White with #2E6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,106,93); }

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

background-color css

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

 a { background-color: rgb(46,106,93); }

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

border-color css

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

 span { border-color: rgb(46,106,93); }

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