#2EAA45

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

Shades of Chateau Green #2EAA45

Tints of Chateau Green #2EAA45

Color information

#2EAA45 (or 0x2EAA45) is unknown color: approx Chateau Green. HEX triplet: 2E, AA and 45. RGB value is (46,170,69). Sum of RGB (Red+Green+Blue) = 46+170+69=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA45 is #D155BA. Grayscale: #797979. Windows color (decimal): -13718971 or 4565550. OLE color: 4565550.

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

Color convert

RGB4617069-
CMYK0.7300.590.33
HSL131.13º57.41%42.35%-
HSV(B)131.13º72.94%66.67%-
XYZ16.5829.7610.5-
YUV121.4198.4274.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 170 (66.80% from 255) = 59.65%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=16.14%
G=59.65%
B=24.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170690.7300.590.33131.1357.4142.35
Hex2EAA454903B2183392a
Octal56252105111073412037152
Binary1011101010101010001011001001011101110000110000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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