#2EAE45

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

Shades of Chateau Green #2EAE45

Tints of Chateau Green #2EAE45

Color information

#2EAE45 (or 0x2EAE45) is unknown color: approx Chateau Green. HEX triplet: 2E, AE and 45. RGB value is (46,174,69). Sum of RGB (Red+Green+Blue) = 46+174+69=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 174 (68.36% from 255 or 60.21% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE45 is #D151BA. Grayscale: #7C7C7C. Windows color (decimal): -13717947 or 4566574. OLE color: 4566574.

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

Color convert

RGB4617469-
CMYK0.7400.600.32
HSL130.78º58.18%43.14%-
HSV(B)130.78º73.56%68.24%-
XYZ17.3431.2810.75-
YUV123.7697.0972.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 174 (68.36% from 255) = 60.21%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=15.92%
G=60.21%
B=23.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174690.7400.600.32130.7858.1843.14
Hex2EAE454A03C20833a2b
Octal56256105112074402037253
Binary1011101010111010001011001010011110010000010000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,69); }

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

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

 a { background-color: rgb(46,174,69); }

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

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

 span { border-color: rgb(46,174,69); }

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