Html Css Color HEX #2E705D Eden

📋 copy color: '#2E705D'

red 46 ◦ green 112 ◦ blue 93

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

Shades of Eden #2E705D

Tints of Eden #2E705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 18.33%
G = 44.62%
B = 37.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#2E705D (or 0x2E705D) is known color: Eden. HEX triplet: 2E, 70 and 5D. RGB value is (46,112,93). Sum of RGB (Red+Green+Blue) = 46+112+93=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #2E705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E705D is #D18FA2. Grayscale: #5A5A5A. Windows color (decimal): -13733795 or 6123566. OLE color: 6123566.

HSL color Cylindrical-coordinate representation of color #2E705D: hue angle of 162.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E705D is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 112 93 -
CMYK 0.59 0 0.17 0.56
HSL 162.73º 0.42% 0.31% -
HSV(B) 162.73º 0.59% 0.44% -
XYZ 8.9 12.96 12.39 -
YUV 90.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 46 112 93 0.59 0 0.17 0.56 162.73 0.42 0.31
Hex 2E 70 5D 3B 0 11 38 A3 2A 1F
Octal 56 160 135 73 0 21 70 243 52 37
Binary 101110 1110000 1011101 111011 0 10001 111000 10100011 101010 11111

Color Harmonies of #2E705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E705D

Black with #2E705D

Text Example


Text Example

White with #2E705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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