#29A53F

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

Shades of Chateau Green #29A53F

Tints of Chateau Green #29A53F

Color information

#29A53F (or 0x29A53F) is unknown color: approx Chateau Green. HEX triplet: 29, A5 and 3F. RGB value is (41,165,63). Sum of RGB (Red+Green+Blue) = 41+165+63=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 165 (64.84% from 255 or 61.34% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 165 - color contains mainly: green. Hex color #29A53F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29A53F is #D65AC0. Grayscale: #747474. Windows color (decimal): -14047937 or 4171049. OLE color: 4171049.

HSL color Cylindrical-coordinate representation of color #29A53F: hue angle of 130.65º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A53F is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB4116563-
CMYK0.7500.620.35
HSL130.65º60.19%40.39%-
HSV(B)130.65º75.15%64.71%-
XYZ15.2727.749.25-
YUV116.397.9274.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 165 (64.84% from 255) = 61.34%
BLUE value IS 63 (25% from 255) = 23.42%
R=15.24%
G=61.34%
B=23.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41165630.7500.620.35130.6560.1940.39
Hex29A53F4B03E23833c28
Octal5124577113076432037450
Binary101001101001011111111001011011111010001110000011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,165,63); }

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

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

 a { background-color: rgb(41,165,63); }

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

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

 span { border-color: rgb(41,165,63); }

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