#29AC40

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

Shades of Chateau Green #29AC40

Tints of Chateau Green #29AC40

Color information

#29AC40 (or 0x29AC40) is unknown color: approx Chateau Green. HEX triplet: 29, AC and 40. RGB value is (41,172,64). Sum of RGB (Red+Green+Blue) = 41+172+64=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AC40 is #D653BF. Grayscale: #787878. Windows color (decimal): -14046144 or 4238377. OLE color: 4238377.

HSL color Cylindrical-coordinate representation of color #29AC40: hue angle of 130.53º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AC40 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB4117264-
CMYK0.7600.630.33
HSL130.53º61.5%41.76%-
HSV(B)130.53º76.16%67.45%-
XYZ16.5930.359.83-
YUV120.5296.171.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 172 (67.58% from 255) = 62.09%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=14.80%
G=62.09%
B=23.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41172640.7600.630.33130.5361.541.76
Hex29AC404C03F21833e2a
Octal51254100114077412037652
Binary1010011010110010000001001100011111110000110000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AC40; }

 p { color: rgb(41,172,64); }

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

<style>
 a { background-color: #29AC40; }

 a { background-color: rgb(41,172,64); }

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

<style>
 span { border-color: #29AC40; }

 span { border-color: rgb(41,172,64); }

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