#2AA449

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

Shades of Chateau Green #2AA449

Tints of Chateau Green #2AA449

Color information

#2AA449 (or 0x2AA449) is unknown color: approx Chateau Green. HEX triplet: 2A, A4 and 49. RGB value is (42,164,73). Sum of RGB (Red+Green+Blue) = 42+164+73=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA449 is #D55BB6. Grayscale: #757575. Windows color (decimal): -13982647 or 4826154. OLE color: 4826154.

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

Color convert

RGB4216473-
CMYK0.7400.550.36
HSL135.25º59.22%40.39%-
HSV(B)135.25º74.39%64.31%-
XYZ15.4327.5210.8-
YUV117.15103.0874.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 164 (64.45% from 255) = 58.78%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=15.05%
G=58.78%
B=26.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164730.7400.550.36135.2559.2240.39
Hex2AA4494A03724873b28
Octal52244111112067442077350
Binary1010101010010010010011001010011011110010010000111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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