#2EB457

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

Shades of Chateau Green #2EB457

Tints of Chateau Green #2EB457

Color information

#2EB457 (or 0x2EB457) is unknown color: approx Chateau Green. HEX triplet: 2E, B4 and 57. RGB value is (46,180,87). Sum of RGB (Red+Green+Blue) = 46+180+87=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB457 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB457 is #D14BA8. Grayscale: #818181. Windows color (decimal): -13716393 or 5747758. OLE color: 5747758.

HSL color Cylindrical-coordinate representation of color #2EB457: hue angle of 138.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB457 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB4618087-
CMYK0.7400.520.29
HSL138.36º59.29%44.31%-
HSV(B)138.36º74.44%70.59%-
XYZ19.1733.9114.55-
YUV129.33104.1168.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 180 (70.70% from 255) = 57.51%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=14.70%
G=57.51%
B=27.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46180870.7400.520.29138.3659.2944.31
Hex2EB4574A0341D8a3b2c
Octal56264127112064352127354
Binary101110101101001010111100101001101001110110001010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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