#2AA440

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

Shades of Chateau Green #2AA440

Tints of Chateau Green #2AA440

Color information

#2AA440 (or 0x2AA440) is unknown color: approx Chateau Green. HEX triplet: 2A, A4 and 40. RGB value is (42,164,64). Sum of RGB (Red+Green+Blue) = 42+164+64=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 164 (64.45% from 255 or 60.74% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA440 is #D55BBF. Grayscale: #747474. Windows color (decimal): -13982656 or 4236330. OLE color: 4236330.

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

Color convert

RGB4216464-
CMYK0.7400.610.36
HSL130.82º59.22%40.39%-
HSV(B)130.82º74.39%64.31%-
XYZ15.1627.419.34-
YUV116.1298.5875.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 164 (64.45% from 255) = 60.74%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=15.56%
G=60.74%
B=23.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164640.7400.610.36130.8259.2240.39
Hex2AA4404A03D24833b28
Octal52244100112075442037350
Binary1010101010010010000001001010011110110010010000011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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