#2E6C5F

Color #2E6C5F Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2E6C5F

Tints of Eden #2E6C5F

Color information

#2E6C5F (or 0x2E6C5F) is unknown color: approx Eden. HEX triplet: 2E, 6C and 5F. RGB value is (46,108,95). Sum of RGB (Red+Green+Blue) = 46+108+95=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6C5F is #D193A0. Grayscale: #575757. Windows color (decimal): -13734817 or 6253614. OLE color: 6253614.

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

Color convert

RGB4610895-
CMYK0.5700.120.58
HSL167.42º40.26%30.2%-
HSV(B)167.42º57.41%42.35%-
XYZ8.5512.1312.72-
YUV87.98131.9698.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=18.47%
G=43.37%
B=38.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46108950.5700.120.58167.4240.2630.2
Hex2E6C5F390C3Aa7281e
Octal5615413771014722475036
Binary10111011011001011111111001011001110101010011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,108,95); }

 H1.HeaderClassName
 {
   color: #2E6C5F;
 }
 .AnyTagClassName
 {
   color: #2E6C5F;
 }
</style>
background-color css

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

 a { background-color: rgb(46,108,95); }

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

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

 span { border-color: rgb(46,108,95); }

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