#2EA745

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

Shades of Chateau Green #2EA745

Tints of Chateau Green #2EA745

Color information

#2EA745 (or 0x2EA745) is unknown color: approx Chateau Green. HEX triplet: 2E, A7 and 45. RGB value is (46,167,69). Sum of RGB (Red+Green+Blue) = 46+167+69=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 167 (65.62% from 255 or 59.22% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA745 is #D158BA. Grayscale: #777777. Windows color (decimal): -13719739 or 4564782. OLE color: 4564782.

HSL color Cylindrical-coordinate representation of color #2EA745: hue angle of 131.4º 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 #2EA745 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB4616769-
CMYK0.7200.590.35
HSL131.4º56.81%41.76%-
HSV(B)131.4º72.46%65.49%-
XYZ16.0228.6510.32-
YUV119.6599.4175.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 167 (65.62% from 255) = 59.22%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=16.31%
G=59.22%
B=24.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46167690.7200.590.35131.456.8141.76
Hex2EA7454803B2383392a
Octal56247105110073432037152
Binary1011101010011110001011001000011101110001110000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,167,69); }

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

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

 a { background-color: rgb(46,167,69); }

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

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

 span { border-color: rgb(46,167,69); }

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