#2E615C

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

Shades of Eden #2E615C

Tints of Eden #2E615C

Color information

#2E615C (or 0x2E615C) is unknown color: approx Eden. HEX triplet: 2E, 61 and 5C. RGB value is (46,97,92). Sum of RGB (Red+Green+Blue) = 46+97+92=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #2E615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E615C is #D19EA3. Grayscale: #515151. Windows color (decimal): -13737636 or 6054190. OLE color: 6054190.

HSL color Cylindrical-coordinate representation of color #2E615C: hue angle of 174.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E615C is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB469792-
CMYK0.5300.050.62
HSL174.12º35.66%28.04%-
HSV(B)174.12º52.58%38.04%-
XYZ7.339.911.65-
YUV81.18134.1102.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=19.57%
G=41.28%
B=39.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697920.5300.050.62174.1235.6628.04
Hex2E615C35053Eae241c
Octal561411346505762564434
Binary1011101100001101110011010101011111101010111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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