#2A9E47

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

Shades of Chateau Green #2A9E47

Tints of Chateau Green #2A9E47

Color information

#2A9E47 (or 0x2A9E47) is unknown color: approx Chateau Green. HEX triplet: 2A, 9E and 47. RGB value is (42,158,71). Sum of RGB (Red+Green+Blue) = 42+158+71=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9E47 is #D561B8. Grayscale: #717171. Windows color (decimal): -13984185 or 4693546. OLE color: 4693546.

HSL color Cylindrical-coordinate representation of color #2A9E47: hue angle of 135º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E47 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB4215871-
CMYK0.7300.550.38
HSL135º58%39.22%-
HSV(B)135º73.42%61.96%-
XYZ14.3225.410.11-
YUV113.4104.0777.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 158 (62.11% from 255) = 58.30%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=15.50%
G=58.30%
B=26.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42158710.7300.550.381355839.22
Hex2A9E474903726873a27
Octal52236107111067462077247
Binary1010101001111010001111001001011011110011010000111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,158,71); }

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

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

 a { background-color: rgb(42,158,71); }

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

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

 span { border-color: rgb(42,158,71); }

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