#2EBC53

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

Shades of Chateau Green #2EBC53

Tints of Chateau Green #2EBC53

Color information

#2EBC53 (or 0x2EBC53) is unknown color: approx Chateau Green. HEX triplet: 2E, BC and 53. RGB value is (46,188,83). Sum of RGB (Red+Green+Blue) = 46+188+83=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC53 is #D143AC. Grayscale: #858585. Windows color (decimal): -13714349 or 5487662. OLE color: 5487662.

HSL color Cylindrical-coordinate representation of color #2EBC53: hue angle of 135.63º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC53 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB4618883-
CMYK0.7600.560.26
HSL135.63º60.68%45.88%-
HSV(B)135.63º75.53%73.73%-
XYZ20.6737.1714.27-
YUV133.5799.4665.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 188 (73.83% from 255) = 59.31%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=14.51%
G=59.31%
B=26.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46188830.7600.560.26135.6360.6845.88
Hex2EBC534C0381A883d2e
Octal56274123114070322107556
Binary101110101111001010011100110001110001101010001000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,83); }

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

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

 a { background-color: rgb(46,188,83); }

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

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

 span { border-color: rgb(46,188,83); }

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