#2EAA53

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

Shades of Chateau Green #2EAA53

Tints of Chateau Green #2EAA53

Color information

#2EAA53 (or 0x2EAA53) is unknown color: approx Chateau Green. HEX triplet: 2E, AA and 53. RGB value is (46,170,83). Sum of RGB (Red+Green+Blue) = 46+170+83=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA53 is #D155AC. Grayscale: #7B7B7B. Windows color (decimal): -13718957 or 5483054. OLE color: 5483054.

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

Color convert

RGB4617083-
CMYK0.7300.510.33
HSL137.9º57.41%42.35%-
HSV(B)137.9º72.94%66.67%-
XYZ17.0629.9513.07-
YUV123.01105.4273.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 170 (66.80% from 255) = 56.86%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=15.38%
G=56.86%
B=27.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170830.7300.510.33137.957.4142.35
Hex2EAA5349033218a392a
Octal56252123111063412127152
Binary1011101010101010100111001001011001110000110001010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,83); }

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

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

 a { background-color: rgb(46,170,83); }

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

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

 span { border-color: rgb(46,170,83); }

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