#2EAE56

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

Shades of Chateau Green #2EAE56

Tints of Chateau Green #2EAE56

Color information

#2EAE56 (or 0x2EAE56) is unknown color: approx Chateau Green. HEX triplet: 2E, AE and 56. RGB value is (46,174,86). Sum of RGB (Red+Green+Blue) = 46+174+86=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE56 is #D151A9. Grayscale: #7D7D7D. Windows color (decimal): -13717930 or 5680686. OLE color: 5680686.

HSL color Cylindrical-coordinate representation of color #2EAE56: hue angle of 138.75º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAE56 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB4617486-
CMYK0.7400.510.32
HSL138.75º58.18%43.14%-
HSV(B)138.75º73.56%68.24%-
XYZ17.9431.5213.94-
YUV125.7105.5971.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 174 (68.36% from 255) = 56.86%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=15.03%
G=56.86%
B=28.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174860.7400.510.32138.7558.1843.14
Hex2EAE564A033208b3a2b
Octal56256126112063402137253
Binary1011101010111010101101001010011001110000010001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,86); }

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

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

 a { background-color: rgb(46,174,86); }

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

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

 span { border-color: rgb(46,174,86); }

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