#29B352

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

Shades of Chateau Green #29B352

Tints of Chateau Green #29B352

Color information

#29B352 (or 0x29B352) is unknown color: approx Chateau Green. HEX triplet: 29, B3 and 52. RGB value is (41,179,82). Sum of RGB (Red+Green+Blue) = 41+179+82=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #29B352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29B352 is #D64CAD. Grayscale: #7E7E7E. Windows color (decimal): -14044334 or 5419817. OLE color: 5419817.

HSL color Cylindrical-coordinate representation of color #29B352: hue angle of 137.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B352 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB4117982-
CMYK0.7700.540.30
HSL137.83º62.73%43.14%-
HSV(B)137.83º77.09%70.2%-
XYZ18.5633.3213.44-
YUV126.68102.7866.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 179 (70.31% from 255) = 59.27%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=13.58%
G=59.27%
B=27.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41179820.7700.540.30137.8362.7343.14
Hex29B3524D0361E8a3f2b
Octal51263122115066362127753
Binary101001101100111010010100110101101101111010001010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,179,82); }

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

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

 a { background-color: rgb(41,179,82); }

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

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

 span { border-color: rgb(41,179,82); }

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