#2EA94F

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

Shades of Chateau Green #2EA94F

Tints of Chateau Green #2EA94F

Color information

#2EA94F (or 0x2EA94F) is unknown color: approx Chateau Green. HEX triplet: 2E, A9 and 4F. RGB value is (46,169,79). Sum of RGB (Red+Green+Blue) = 46+169+79=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA94F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA94F is #D156B0. Grayscale: #7A7A7A. Windows color (decimal): -13719217 or 5220654. OLE color: 5220654.

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

Color convert

RGB4616979-
CMYK0.7300.530.34
HSL136.1º57.21%42.16%-
HSV(B)136.1º72.78%66.27%-
XYZ16.7329.5212.21-
YUV121.96103.7573.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.65%
GREEN value IS 169 (66.41% from 255) = 57.48%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=15.65%
G=57.48%
B=26.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169790.7300.530.34136.157.2142.16
Hex2EA94F490352288392a
Octal56251117111065422107152
Binary1011101010100110011111001001011010110001010001000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,79); }

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

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

 a { background-color: rgb(46,169,79); }

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

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

 span { border-color: rgb(46,169,79); }

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