#2EA84A

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

Shades of Chateau Green #2EA84A

Tints of Chateau Green #2EA84A

Color information

#2EA84A (or 0x2EA84A) is unknown color: approx Chateau Green. HEX triplet: 2E, A8 and 4A. RGB value is (46,168,74). Sum of RGB (Red+Green+Blue) = 46+168+74=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA84A is #D157B5. Grayscale: #797979. Windows color (decimal): -13719478 or 4892718. OLE color: 4892718.

HSL color Cylindrical-coordinate representation of color #2EA84A: hue angle of 133.77º 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 #2EA84A is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB4616874-
CMYK0.7300.560.34
HSL133.77º57.01%41.96%-
HSV(B)133.77º72.62%65.88%-
XYZ16.3729.0811.23-
YUV120.81101.5874.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 168 (66.02% from 255) = 58.33%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=15.97%
G=58.33%
B=25.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46168740.7300.560.34133.7757.0141.96
Hex2EA84A490382286392a
Octal56250112111070422067152
Binary1011101010100010010101001001011100010001010000110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,168,74); }

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

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

 a { background-color: rgb(46,168,74); }

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

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

 span { border-color: rgb(46,168,74); }

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