#2EA24E

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

Shades of Chateau Green #2EA24E

Tints of Chateau Green #2EA24E

Color information

#2EA24E (or 0x2EA24E) is unknown color: approx Chateau Green. HEX triplet: 2E, A2 and 4E. RGB value is (46,162,78). Sum of RGB (Red+Green+Blue) = 46+162+78=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA24E is #D15DB1. Grayscale: #757575. Windows color (decimal): -13721010 or 5153326. OLE color: 5153326.

HSL color Cylindrical-coordinate representation of color #2EA24E: hue angle of 136.55º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA24E is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB4616278-
CMYK0.7200.520.36
HSL136.55º55.77%40.78%-
HSV(B)136.55º71.6%63.53%-
XYZ15.4226.9711.6-
YUV117.74105.5776.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=16.08%
G=56.64%
B=27.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162780.7200.520.36136.5555.7740.78
Hex2EA24E4803424893829
Octal56242116110064442117051
Binary1011101010001010011101001000011010010010010001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,162,78); }

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

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

 a { background-color: rgb(46,162,78); }

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

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

 span { border-color: rgb(46,162,78); }

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