#2EAD5A

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

Shades of Chateau Green #2EAD5A

Tints of Chateau Green #2EAD5A

Color information

#2EAD5A (or 0x2EAD5A) is unknown color: approx Chateau Green. HEX triplet: 2E, AD and 5A. RGB value is (46,173,90). Sum of RGB (Red+Green+Blue) = 46+173+90=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD5A is #D152A5. Grayscale: #7D7D7D. Windows color (decimal): -13718182 or 5942574. OLE color: 5942574.

HSL color Cylindrical-coordinate representation of color #2EAD5A: hue angle of 140.79º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD5A is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB4617390-
CMYK0.7300.480.32
HSL140.79º57.99%42.94%-
HSV(B)140.79º73.41%67.84%-
XYZ17.9231.2114.75-
YUV125.56107.9271.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 173 (67.97% from 255) = 55.99%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=14.89%
G=55.99%
B=29.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46173900.7300.480.32140.7957.9942.94
Hex2EAD5A49030208d3a2b
Octal56255132111060402157253
Binary1011101010110110110101001001011000010000010001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,173,90); }

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

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

 a { background-color: rgb(46,173,90); }

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

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

 span { border-color: rgb(46,173,90); }

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