#29BF88

Color #29BF88 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #29BF88

Tints of Mountain Meadow #29BF88

Color information

#29BF88 (or 0x29BF88) is unknown color: approx Mountain Meadow. HEX triplet: 29, BF and 88. RGB value is (41,191,136). Sum of RGB (Red+Green+Blue) = 41+191+136=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BF88 is #D64077. Grayscale: #8B8B8B. Windows color (decimal): -14041208 or 8961833. OLE color: 8961833.

HSL color Cylindrical-coordinate representation of color #29BF88: hue angle of 158º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BF88 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB41191136-
CMYK0.7900.290.25
HSL158º64.66%45.49%-
HSV(B)158º78.53%74.9%-
XYZ23.9939.5129.65-
YUV139.88125.857.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.14%
GREEN value IS 191 (75% from 255) = 51.90%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=11.14%
G=51.90%
B=36.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411911360.7900.290.2515864.6645.49
Hex29BF884F01D199e412d
Octal512772101170353123610155
Binary1010011011111110001000100111101110111001100111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,191,136); }

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

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

 a { background-color: rgb(41,191,136); }

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

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

 span { border-color: rgb(41,191,136); }

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