#2AA43D

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

Shades of Chateau Green #2AA43D

Tints of Chateau Green #2AA43D

Color information

#2AA43D (or 0x2AA43D) is unknown color: approx Chateau Green. HEX triplet: 2A, A4 and 3D. RGB value is (42,164,61). Sum of RGB (Red+Green+Blue) = 42+164+61=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 164 (64.45% from 255 or 61.42% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA43D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA43D is #D55BC2. Grayscale: #747474. Windows color (decimal): -13982659 or 4039722. OLE color: 4039722.

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

Color convert

RGB4216461-
CMYK0.7400.630.36
HSL129.34º59.22%40.39%-
HSV(B)129.34º74.39%64.31%-
XYZ15.0727.388.91-
YUV115.7897.0875.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 164 (64.45% from 255) = 61.42%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=15.73%
G=61.42%
B=22.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164610.7400.630.36129.3459.2240.39
Hex2AA43D4A03F24813b28
Octal5224475112077442017350
Binary101010101001001111011001010011111110010010000001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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