#2AA143

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

Shades of Chateau Green #2AA143

Tints of Chateau Green #2AA143

Color information

#2AA143 (or 0x2AA143) is unknown color: approx Chateau Green. HEX triplet: 2A, A1 and 43. RGB value is (42,161,67). Sum of RGB (Red+Green+Blue) = 42+161+67=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA143 is #D55EBC. Grayscale: #727272. Windows color (decimal): -13983421 or 4432170. OLE color: 4432170.

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

Color convert

RGB4216167-
CMYK0.7400.580.37
HSL132.61º58.62%39.8%-
HSV(B)132.61º73.91%63.14%-
XYZ14.7126.399.63-
YUV114.7101.0876.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 161 (63.28% from 255) = 59.63%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=15.56%
G=59.63%
B=24.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42161670.7400.580.37132.6158.6239.8
Hex2AA1434A03A25853b28
Octal52241103112072452057350
Binary1010101010000110000111001010011101010010110000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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