#2EA64F

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

Shades of Chateau Green #2EA64F

Tints of Chateau Green #2EA64F

Color information

#2EA64F (or 0x2EA64F) is unknown color: approx Chateau Green. HEX triplet: 2E, A6 and 4F. RGB value is (46,166,79). Sum of RGB (Red+Green+Blue) = 46+166+79=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA64F is #D159B0. Grayscale: #787878. Windows color (decimal): -13719985 or 5219886. OLE color: 5219886.

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

Color convert

RGB4616679-
CMYK0.7200.520.35
HSL136.5º56.6%41.57%-
HSV(B)136.5º72.29%65.1%-
XYZ16.1728.4212.03-
YUV120.2104.7475.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 166 (65.23% from 255) = 57.04%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=15.81%
G=57.04%
B=27.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166790.7200.520.35136.556.641.57
Hex2EA64F480342388392a
Octal56246117110064432107152
Binary1011101010011010011111001000011010010001110001000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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