#2AA146

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

Shades of Chateau Green #2AA146

Tints of Chateau Green #2AA146

Color information

#2AA146 (or 0x2AA146) is unknown color: approx Chateau Green. HEX triplet: 2A, A1 and 46. RGB value is (42,161,70). Sum of RGB (Red+Green+Blue) = 42+161+70=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA146 is #D55EB9. Grayscale: #737373. Windows color (decimal): -13983418 or 4628778. OLE color: 4628778.

HSL color Cylindrical-coordinate representation of color #2AA146: hue angle of 134.12º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA146 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB4216170-
CMYK0.7400.570.37
HSL134.12º58.62%39.8%-
HSV(B)134.12º73.91%63.14%-
XYZ14.8126.4210.11-
YUV115.04102.5875.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 161 (63.28% from 255) = 58.97%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=15.38%
G=58.97%
B=25.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42161700.7400.570.37134.1258.6239.8
Hex2AA1464A03925863b28
Octal52241106112071452067350
Binary1010101010000110001101001010011100110010110000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,161,70); }

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

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

 a { background-color: rgb(42,161,70); }

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

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

 span { border-color: rgb(42,161,70); }

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