#2EA655

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

Shades of Chateau Green #2EA655

Tints of Chateau Green #2EA655

Color information

#2EA655 (or 0x2EA655) is unknown color: approx Chateau Green. HEX triplet: 2E, A6 and 55. RGB value is (46,166,85). Sum of RGB (Red+Green+Blue) = 46+166+85=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA655 is #D159AA. Grayscale: #797979. Windows color (decimal): -13719979 or 5613102. OLE color: 5613102.

HSL color Cylindrical-coordinate representation of color #2EA655: hue angle of 139.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA655 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB4616685-
CMYK0.7200.490.35
HSL139.5º56.6%41.57%-
HSV(B)139.5º72.29%65.1%-
XYZ16.428.5113.23-
YUV120.89107.7474.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 166 (65.23% from 255) = 55.89%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=15.49%
G=55.89%
B=28.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166850.7200.490.35139.556.641.57
Hex2EA65548031238c392a
Octal56246125110061432147152
Binary1011101010011010101011001000011000110001110001100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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