#29B252

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

Shades of Chateau Green #29B252

Tints of Chateau Green #29B252

Color information

#29B252 (or 0x29B252) is unknown color: approx Chateau Green. HEX triplet: 29, B2 and 52. RGB value is (41,178,82). Sum of RGB (Red+Green+Blue) = 41+178+82=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #29B252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29B252 is #D64DAD. Grayscale: #7E7E7E. Windows color (decimal): -14044590 or 5419561. OLE color: 5419561.

HSL color Cylindrical-coordinate representation of color #29B252: hue angle of 137.96º 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 #29B252 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB4117882-
CMYK0.7700.540.30
HSL137.96º62.56%42.94%-
HSV(B)137.96º76.97%69.8%-
XYZ18.3632.9213.37-
YUV126.09103.1167.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 178 (69.92% from 255) = 59.14%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=13.62%
G=59.14%
B=27.24%

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
Decimal41178820.7700.540.30137.9662.5642.94
Hex29B2524D0361E8a3f2b
Octal51262122115066362127753
Binary101001101100101010010100110101101101111010001010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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