#29AA40

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

Shades of Chateau Green #29AA40

Tints of Chateau Green #29AA40

Color information

#29AA40 (or 0x29AA40) is unknown color: approx Chateau Green. HEX triplet: 29, AA and 40. RGB value is (41,170,64). Sum of RGB (Red+Green+Blue) = 41+170+64=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AA40 is #D655BF. Grayscale: #777777. Windows color (decimal): -14046656 or 4237865. OLE color: 4237865.

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

Color convert

RGB4117064-
CMYK0.7600.620.33
HSL130.7º61.14%41.37%-
HSV(B)130.7º75.88%66.67%-
XYZ16.2129.599.71-
YUV119.3496.7672.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 170 (66.80% from 255) = 61.82%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=14.91%
G=61.82%
B=23.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41170640.7600.620.33130.761.1441.37
Hex29AA404C03E21833d29
Octal51252100114076412037551
Binary1010011010101010000001001100011111010000110000011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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