#2AA444

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

Shades of Chateau Green #2AA444

Tints of Chateau Green #2AA444

Color information

#2AA444 (or 0x2AA444) is unknown color: approx Chateau Green. HEX triplet: 2A, A4 and 44. RGB value is (42,164,68). Sum of RGB (Red+Green+Blue) = 42+164+68=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA444 is #D55BBB. Grayscale: #747474. Windows color (decimal): -13982652 or 4498474. OLE color: 4498474.

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

Color convert

RGB4216468-
CMYK0.7400.590.36
HSL132.79º59.22%40.39%-
HSV(B)132.79º74.39%64.31%-
XYZ15.2727.469.96-
YUV116.58100.5874.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.33%
GREEN value IS 164 (64.45% from 255) = 59.85%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=15.33%
G=59.85%
B=24.82%

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
Decimal42164680.7400.590.36132.7959.2240.39
Hex2AA4444A03B24853b28
Octal52244104112073442057350
Binary1010101010010010001001001010011101110010010000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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