#2eae57

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

Shades of Chateau Green #2EAE57

Tints of Chateau Green #2EAE57

Color information

#2EAE57 (or 0x2EAE57) is unknown color: approx Chateau Green. HEX triplet: 2E, AE and 57. RGB value is (46,174,87). Sum of RGB (Red+Green+Blue) = 46+174+87=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE57 is #D151A8. Grayscale: #7E7E7E. Windows color (decimal): -13717929 or 5746222. OLE color: 5746222.

HSL color Cylindrical-coordinate representation of color #2EAE57: hue angle of 139.22º 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 #2EAE57 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB4617487-
CMYK0.7400.50.32
HSL139.22º58.18%43.14%-
HSV(B)139.22º73.56%68.24%-
XYZ17.9831.5414.16-
YUV125.81106.0971.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=14.98%
G=56.68%
B=28.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174870.7400.50.32139.2258.1843.14
Hex2EAE574A032208b3a2b
Octal56256127112062402137253
Binary1011101010111010101111001010011001010000010001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eae57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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