#29B34A

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

Shades of Chateau Green #29B34A

Tints of Chateau Green #29B34A

Color information

#29B34A (or 0x29B34A) is unknown color: approx Chateau Green. HEX triplet: 29, B3 and 4A. RGB value is (41,179,74). Sum of RGB (Red+Green+Blue) = 41+179+74=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #29B34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B34A is #D64CB5. Grayscale: #7E7E7E. Windows color (decimal): -14044342 or 4895529. OLE color: 4895529.

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

Color convert

RGB4117974-
CMYK0.7700.590.30
HSL134.35º62.73%43.14%-
HSV(B)134.35º77.09%70.2%-
XYZ18.2733.2111.93-
YUV125.7798.7867.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 179 (70.31% from 255) = 60.88%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=13.95%
G=60.88%
B=25.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41179740.7700.590.30134.3562.7343.14
Hex29B34A4D03B1E863f2b
Octal51263112115073362067753
Binary101001101100111001010100110101110111111010000110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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