#2AA646

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

Shades of Chateau Green #2AA646

Tints of Chateau Green #2AA646

Color information

#2AA646 (or 0x2AA646) is unknown color: approx Chateau Green. HEX triplet: 2A, A6 and 46. RGB value is (42,166,70). Sum of RGB (Red+Green+Blue) = 42+166+70=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA646 is #D559B9. Grayscale: #767676. Windows color (decimal): -13982138 or 4630058. OLE color: 4630058.

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

Color convert

RGB4216670-
CMYK0.7500.580.35
HSL133.55º59.62%40.78%-
HSV(B)133.55º74.7%65.1%-
XYZ15.728.2110.41-
YUV117.98100.9273.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 166 (65.23% from 255) = 59.71%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=15.11%
G=59.71%
B=25.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42166700.7500.580.35133.5559.6240.78
Hex2AA6464B03A23863c29
Octal52246106113072432067451
Binary1010101010011010001101001011011101010001110000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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