#2AA34E

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

Shades of Chateau Green #2AA34E

Tints of Chateau Green #2AA34E

Color information

#2AA34E (or 0x2AA34E) is unknown color: approx Chateau Green. HEX triplet: 2A, A3 and 4E. RGB value is (42,163,78). Sum of RGB (Red+Green+Blue) = 42+163+78=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA34E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA34E is #D55CB1. Grayscale: #757575. Windows color (decimal): -13982898 or 5153578. OLE color: 5153578.

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

Color convert

RGB4216378-
CMYK0.7400.520.36
HSL137.85º59.02%40.2%-
HSV(B)137.85º74.23%63.92%-
XYZ15.4327.2411.65-
YUV117.13105.9174.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 163 (64.06% from 255) = 57.60%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=14.84%
G=57.60%
B=27.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163780.7400.520.36137.8559.0240.2
Hex2AA34E4A034248a3b28
Octal52243116112064442127350
Binary1010101010001110011101001010011010010010010001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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