#2EAC55

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

Shades of Chateau Green #2EAC55

Tints of Chateau Green #2EAC55

Color information

#2EAC55 (or 0x2EAC55) is unknown color: approx Chateau Green. HEX triplet: 2E, AC and 55. RGB value is (46,172,85). Sum of RGB (Red+Green+Blue) = 46+172+85=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC55 is #D153AA. Grayscale: #7C7C7C. Windows color (decimal): -13718443 or 5614638. OLE color: 5614638.

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

Color convert

RGB4617285-
CMYK0.7300.510.33
HSL138.57º57.8%42.75%-
HSV(B)138.57º73.26%67.45%-
XYZ17.5230.7413.6-
YUV124.41105.7672.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=15.18%
G=56.77%
B=28.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46172850.7300.510.33138.5757.842.75
Hex2EAC5549033218b3a2b
Octal56254125111063412137253
Binary1011101010110010101011001001011001110000110001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,172,85); }

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

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

 a { background-color: rgb(46,172,85); }

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

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

 span { border-color: rgb(46,172,85); }

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