#29B97B

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

Shades of Mountain Meadow #29B97B

Tints of Mountain Meadow #29B97B

Color information

#29B97B (or 0x29B97B) is unknown color: approx Mountain Meadow. HEX triplet: 29, B9 and 7B. RGB value is (41,185,123). Sum of RGB (Red+Green+Blue) = 41+185+123=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #29B97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29B97B is #D64684. Grayscale: #868686. Windows color (decimal): -14042757 or 8108329. OLE color: 8108329.

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

Color convert

RGB41185123-
CMYK0.7800.340.27
HSL154.17º63.72%44.31%-
HSV(B)154.17º77.84%72.55%-
XYZ21.8436.624.65-
YUV134.88121.2961.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 185 (72.66% from 255) = 53.01%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=11.75%
G=53.01%
B=35.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411851230.7800.340.27154.1763.7244.31
Hex29B97B4E0221B9a402c
Octal512711731160423323210054
Binary1010011011100111110111001110010001011011100110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,185,123); }

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

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

 a { background-color: rgb(41,185,123); }

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

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

 span { border-color: rgb(41,185,123); }

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