#2AA443

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

Shades of Chateau Green #2AA443

Tints of Chateau Green #2AA443

Color information

#2AA443 (or 0x2AA443) is unknown color: approx Chateau Green. HEX triplet: 2A, A4 and 43. RGB value is (42,164,67). Sum of RGB (Red+Green+Blue) = 42+164+67=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA443 is #D55BBC. Grayscale: #747474. Windows color (decimal): -13982653 or 4432938. OLE color: 4432938.

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

Color convert

RGB4216467-
CMYK0.7400.590.36
HSL132.3º59.22%40.39%-
HSV(B)132.3º74.39%64.31%-
XYZ15.2427.459.8-
YUV116.46100.0874.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 164 (64.45% from 255) = 60.07%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=15.38%
G=60.07%
B=24.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164670.7400.590.36132.359.2240.39
Hex2AA4434A03B24843b28
Octal52244103112073442047350
Binary1010101010010010000111001010011101110010010000100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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