#2AAE45

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

Shades of Chateau Green #2AAE45

Tints of Chateau Green #2AAE45

Color information

#2AAE45 (or 0x2AAE45) is unknown color: approx Chateau Green. HEX triplet: 2A, AE and 45. RGB value is (42,174,69). Sum of RGB (Red+Green+Blue) = 42+174+69=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE45 is #D551BA. Grayscale: #7A7A7A. Windows color (decimal): -13980091 or 4566570. OLE color: 4566570.

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

Color convert

RGB4217469-
CMYK0.7600.600.32
HSL132.27º61.11%42.35%-
HSV(B)132.27º75.86%68.24%-
XYZ17.1731.1910.75-
YUV122.5697.7770.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=14.74%
G=61.05%
B=24.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174690.7600.600.32132.2761.1142.35
Hex2AAE454C03C20843d2a
Octal52256105114074402047552
Binary1010101010111010001011001100011110010000010000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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