#2E6B5F

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

Shades of Eden #2E6B5F

Tints of Eden #2E6B5F

Color information

#2E6B5F (or 0x2E6B5F) is unknown color: approx Eden. HEX triplet: 2E, 6B and 5F. RGB value is (46,107,95). Sum of RGB (Red+Green+Blue) = 46+107+95=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B5F is #D194A0. Grayscale: #575757. Windows color (decimal): -13735073 or 6253358. OLE color: 6253358.

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

Color convert

RGB4610795-
CMYK0.5700.110.58
HSL168.2º39.87%30%-
HSV(B)168.2º57.01%41.96%-
XYZ8.4511.9212.68-
YUV87.39132.2998.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=18.55%
G=43.15%
B=38.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46107950.5700.110.58168.239.8730
Hex2E6B5F390B3Aa8281e
Octal5615313771013722505036
Binary10111011010111011111111001010111110101010100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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