#2AAA4F

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

Shades of Chateau Green #2AAA4F

Tints of Chateau Green #2AAA4F

Color information

#2AAA4F (or 0x2AAA4F) is unknown color: approx Chateau Green. HEX triplet: 2A, AA and 4F. RGB value is (42,170,79). Sum of RGB (Red+Green+Blue) = 42+170+79=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA4F is #D555B0. Grayscale: #797979. Windows color (decimal): -13981105 or 5220906. OLE color: 5220906.

HSL color Cylindrical-coordinate representation of color #2AAA4F: hue angle of 137.34º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA4F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB4217079-
CMYK0.7500.540.33
HSL137.34º60.38%41.57%-
HSV(B)137.34º75.29%66.67%-
XYZ16.7429.8112.27-
YUV121.35104.0971.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 170 (66.80% from 255) = 58.42%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=14.43%
G=58.42%
B=27.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42170790.7500.540.33137.3460.3841.57
Hex2AAA4F4B03621893c2a
Octal52252117113066412117452
Binary1010101010101010011111001011011011010000110001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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