#2E6354

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

Shades of Eden #2E6354

Tints of Eden #2E6354

Color information

#2E6354 (or 0x2E6354) is unknown color: approx Eden. HEX triplet: 2E, 63 and 54. RGB value is (46,99,84). Sum of RGB (Red+Green+Blue) = 46+99+84=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6354 is #D19CAB. Grayscale: #515151. Windows color (decimal): -13737132 or 5530414. OLE color: 5530414.

HSL color Cylindrical-coordinate representation of color #2E6354: hue angle of 163.02º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6354 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB469984-
CMYK0.5400.150.61
HSL163.02º36.55%28.43%-
HSV(B)163.02º53.54%38.82%-
XYZ7.1910.149.97-
YUV81.44129.44102.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=20.09%
G=43.23%
B=36.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699840.5400.150.61163.0236.5528.43
Hex2E6354360F3Da3251c
Octal5614312466017752434534
Binary10111011000111010100110110011111111011010001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,84); }

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

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

 a { background-color: rgb(46,99,84); }

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

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

 span { border-color: rgb(46,99,84); }

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