#2EAA48

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

Shades of Chateau Green #2EAA48

Tints of Chateau Green #2EAA48

Color information

#2EAA48 (or 0x2EAA48) is unknown color: approx Chateau Green. HEX triplet: 2E, AA and 48. RGB value is (46,170,72). Sum of RGB (Red+Green+Blue) = 46+170+72=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA48 is #D155B7. Grayscale: #7A7A7A. Windows color (decimal): -13718968 or 4762158. OLE color: 4762158.

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

Color convert

RGB4617072-
CMYK0.7300.580.33
HSL132.58º57.41%42.35%-
HSV(B)132.58º72.94%66.67%-
XYZ16.6729.811-
YUV121.7599.9273.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 170 (66.80% from 255) = 59.03%
BLUE value IS 72 (28.52% from 255) = 25%
R=15.97%
G=59.03%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170720.7300.580.33132.5857.4142.35
Hex2EAA484903A2185392a
Octal56252110111072412057152
Binary1011101010101010010001001001011101010000110000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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