#29A34B

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

Shades of Chateau Green #29A34B

Tints of Chateau Green #29A34B

Color information

#29A34B (or 0x29A34B) is unknown color: approx Chateau Green. HEX triplet: 29, A3 and 4B. RGB value is (41,163,75). Sum of RGB (Red+Green+Blue) = 41+163+75=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #29A34B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29A34B is #D65CB4. Grayscale: #747474. Windows color (decimal): -14048437 or 4956969. OLE color: 4956969.

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

Color convert

RGB4116375-
CMYK0.7500.540.36
HSL136.72º59.8%40%-
HSV(B)136.72º74.85%63.92%-
XYZ15.2827.1711.1-
YUV116.49104.5874.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=14.70%
G=58.42%
B=26.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41163750.7500.540.36136.7259.840
Hex29A34B4B03624893c28
Octal51243113113066442117450
Binary1010011010001110010111001011011011010010010001001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,163,75); }

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

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

 a { background-color: rgb(41,163,75); }

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

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

 span { border-color: rgb(41,163,75); }

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