#2AA33C

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

Shades of Chateau Green #2AA33C

Tints of Chateau Green #2AA33C

Color information

#2AA33C (or 0x2AA33C) is unknown color: approx Chateau Green. HEX triplet: 2A, A3 and 3C. RGB value is (42,163,60). Sum of RGB (Red+Green+Blue) = 42+163+60=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA33C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA33C is #D55CC3. Grayscale: #737373. Windows color (decimal): -13982916 or 3973930. OLE color: 3973930.

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

Color convert

RGB4216360-
CMYK0.7400.630.36
HSL128.93º59.02%40.2%-
HSV(B)128.93º74.23%63.92%-
XYZ14.8727.018.71-
YUV115.0896.9175.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 163 (64.06% from 255) = 61.51%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=15.85%
G=61.51%
B=22.64%

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
Decimal42163600.7400.630.36128.9359.0240.2
Hex2AA33C4A03F24813b28
Octal5224374112077442017350
Binary101010101000111111001001010011111110010010000001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,163,60); }

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

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

 a { background-color: rgb(42,163,60); }

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

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

 span { border-color: rgb(42,163,60); }

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