#2AA64F

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

Shades of Chateau Green #2AA64F

Tints of Chateau Green #2AA64F

Color information

#2AA64F (or 0x2AA64F) is unknown color: approx Chateau Green. HEX triplet: 2A, A6 and 4F. RGB value is (42,166,79). Sum of RGB (Red+Green+Blue) = 42+166+79=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA64F is #D559B0. Grayscale: #777777. Windows color (decimal): -13982129 or 5219882. OLE color: 5219882.

HSL color Cylindrical-coordinate representation of color #2AA64F: hue angle of 137.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA64F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB4216679-
CMYK0.7500.520.35
HSL137.9º59.62%40.78%-
HSV(B)137.9º74.7%65.1%-
XYZ1628.3312.02-
YUV119.01105.4273.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=14.63%
G=57.84%
B=27.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42166790.7500.520.35137.959.6240.78
Hex2AA64F4B034238a3c29
Octal52246117113064432127451
Binary1010101010011010011111001011011010010001110001010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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