#2AAE4C

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

Shades of Chateau Green #2AAE4C

Tints of Chateau Green #2AAE4C

Color information

#2AAE4C (or 0x2AAE4C) is unknown color: approx Chateau Green. HEX triplet: 2A, AE and 4C. RGB value is (42,174,76). Sum of RGB (Red+Green+Blue) = 42+174+76=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 174 (68.36% from 255 or 59.59% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE4C is #D551B3. Grayscale: #7B7B7B. Windows color (decimal): -13980084 or 5025322. OLE color: 5025322.

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

Color convert

RGB4217476-
CMYK0.7600.560.32
HSL135.45º61.11%42.35%-
HSV(B)135.45º75.86%68.24%-
XYZ17.431.2911.96-
YUV123.36101.2769.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 174 (68.36% from 255) = 59.59%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=14.38%
G=59.59%
B=26.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174760.7600.560.32135.4561.1142.35
Hex2AAE4C4C03820873d2a
Octal52256114114070402077552
Binary1010101010111010011001001100011100010000010000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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