#29b34b

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

Shades of Chateau Green #29B34B

Tints of Chateau Green #29B34B

Color information

#29B34B (or 0x29B34B) is unknown color: approx Chateau Green. HEX triplet: 29, B3 and 4B. RGB value is (41,179,75). Sum of RGB (Red+Green+Blue) = 41+179+75=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #29B34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B34B is #D64CB4. Grayscale: #7E7E7E. Windows color (decimal): -14044341 or 4961065. OLE color: 4961065.

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

Color convert

RGB4117975-
CMYK0.7700.580.30
HSL134.78º62.73%43.14%-
HSV(B)134.78º77.09%70.2%-
XYZ18.333.2212.1-
YUV125.8899.2867.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 179 (70.31% from 255) = 60.68%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=13.90%
G=60.68%
B=25.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41179750.7700.580.30134.7862.7343.14
Hex29B34B4D03A1E873f2b
Octal51263113115072362077753
Binary101001101100111001011100110101110101111010000111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29b34b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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