#2AA44F

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

Shades of Chateau Green #2AA44F

Tints of Chateau Green #2AA44F

Color information

#2AA44F (or 0x2AA44F) is unknown color: approx Chateau Green. HEX triplet: 2A, A4 and 4F. RGB value is (42,164,79). Sum of RGB (Red+Green+Blue) = 42+164+79=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA44F is #D55BB0. Grayscale: #767676. Windows color (decimal): -13982641 or 5219370. OLE color: 5219370.

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

Color convert

RGB4216479-
CMYK0.7400.520.36
HSL138.2º59.22%40.39%-
HSV(B)138.2º74.39%64.31%-
XYZ15.6427.6111.9-
YUV117.83106.0873.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 164 (64.45% from 255) = 57.54%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=14.74%
G=57.54%
B=27.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164790.7400.520.36138.259.2240.39
Hex2AA44F4A034248a3b28
Octal52244117112064442127350
Binary1010101010010010011111001010011010010010010001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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