#2ea249

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

Shades of Chateau Green #2EA249

Tints of Chateau Green #2EA249

Color information

#2EA249 (or 0x2EA249) is unknown color: approx Chateau Green. HEX triplet: 2E, A2 and 49. RGB value is (46,162,73). Sum of RGB (Red+Green+Blue) = 46+162+73=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA249 is #D15DB6. Grayscale: #757575. Windows color (decimal): -13721015 or 4825646. OLE color: 4825646.

HSL color Cylindrical-coordinate representation of color #2EA249: hue angle of 133.97º 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 #2EA249 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB4616273-
CMYK0.7200.550.36
HSL133.97º55.77%40.78%-
HSV(B)133.97º71.6%63.53%-
XYZ15.2526.910.69-
YUV117.17103.0777.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=16.37%
G=57.65%
B=25.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162730.7200.550.36133.9755.7740.78
Hex2EA2494803724863829
Octal56242111110067442067051
Binary1011101010001010010011001000011011110010010000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ea249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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