#2AAA45

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

Shades of Chateau Green #2AAA45

Tints of Chateau Green #2AAA45

Color information

#2AAA45 (or 0x2AAA45) is unknown color: approx Chateau Green. HEX triplet: 2A, AA and 45. RGB value is (42,170,69). Sum of RGB (Red+Green+Blue) = 42+170+69=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA45 is #D555BA. Grayscale: #787878. Windows color (decimal): -13981115 or 4565546. OLE color: 4565546.

HSL color Cylindrical-coordinate representation of color #2AAA45: hue angle of 132.66º 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 #2AAA45 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB4217069-
CMYK0.7500.590.33
HSL132.66º60.38%41.57%-
HSV(B)132.66º75.29%66.67%-
XYZ16.429.6710.49-
YUV120.2199.0972.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 170 (66.80% from 255) = 60.50%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=14.95%
G=60.50%
B=24.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42170690.7500.590.33132.6660.3841.57
Hex2AAA454B03B21853c2a
Octal52252105113073412057452
Binary1010101010101010001011001011011101110000110000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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