#2EAD42

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

Shades of Chateau Green #2EAD42

Tints of Chateau Green #2EAD42

Color information

#2EAD42 (or 0x2EAD42) is unknown color: approx Chateau Green. HEX triplet: 2E, AD and 42. RGB value is (46,173,66). Sum of RGB (Red+Green+Blue) = 46+173+66=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD42 is #D152BD. Grayscale: #7B7B7B. Windows color (decimal): -13718206 or 4369710. OLE color: 4369710.

HSL color Cylindrical-coordinate representation of color #2EAD42: hue angle of 129.45º 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 #2EAD42 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB4617366-
CMYK0.7300.620.32
HSL129.45º57.99%42.94%-
HSV(B)129.45º73.41%67.84%-
XYZ17.0530.8610.21-
YUV122.8395.9273.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 173 (67.97% from 255) = 60.70%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=16.14%
G=60.70%
B=23.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46173660.7300.620.32129.4557.9942.94
Hex2EAD424903E20813a2b
Octal56255102111076402017253
Binary1011101010110110000101001001011111010000010000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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