#29BB50

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

Shades of Chateau Green #29BB50

Tints of Chateau Green #29BB50

Color information

#29BB50 (or 0x29BB50) is unknown color: approx Chateau Green. HEX triplet: 29, BB and 50. RGB value is (41,187,80). Sum of RGB (Red+Green+Blue) = 41+187+80=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29BB50 is #D644AF. Grayscale: #838383. Windows color (decimal): -14042288 or 5290793. OLE color: 5290793.

HSL color Cylindrical-coordinate representation of color #29BB50: hue angle of 136.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BB50 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB4118780-
CMYK0.7800.570.27
HSL136.03º64.04%44.71%-
HSV(B)136.03º78.07%73.33%-
XYZ20.1336.5913.59-
YUV131.1599.1363.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 187 (73.44% from 255) = 60.71%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=13.31%
G=60.71%
B=25.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41187800.7800.570.27136.0364.0444.71
Hex29BB504E0391B88402d
Octal512731201160713321010055
Binary1010011011101110100001001110011100111011100010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,187,80); }

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

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

 a { background-color: rgb(41,187,80); }

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

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

 span { border-color: rgb(41,187,80); }

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