Html Css Color HEX #29BA7F Mountain Meadow

📋 copy color: '#29BA7F'

red 41 ◦ green 186 ◦ blue 127

#29BA7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #29BA7F

Tints of Mountain Meadow #29BA7F

RGB

 RED value IS 41 (16.41% from 255) = 11.58%

 GREEN value IS 186 (73.05% from 255) = 52.54%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 11.58%
G = 52.54%
B = 35.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#29BA7F (or 0x29BA7F) is known color: Mountain Meadow. HEX triplet: 29, BA and 7F. RGB value is (41,186,127). Sum of RGB (Red+Green+Blue) = 41+186+127=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29BA7F is #D64580. Grayscale: #888888. Windows color (decimal): -14042497 or 8370729. OLE color: 8370729.

HSL color Cylindrical-coordinate representation of color #29BA7F: hue angle of 155.59º 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 #29BA7F is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 127 -
CMYK 0.78 0 0.32 0.27
HSL 155.59º 0.64% 0.45% -
HSV(B) 155.59º 0.78% 0.73% -
XYZ 22.3 37.12 26.07 -
YUV 135.92 122.96 60.3 -
System Red Green Blue C M Y K H S L
Decimal 41 186 127 0.78 0 0.32 0.27 155.59 0.64 0.45
Hex 29 BA 7F 4E 0 20 1B 9C 40 2D
Octal 51 272 177 116 0 40 33 234 100 55
Binary 101001 10111010 1111111 1001110 0 100000 11011 10011100 1000000 101101

Color Harmonies of #29BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BA7F

Black with #29BA7F

Text Example


Text Example

White with #29BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,127); }

 H1.HeaderClassName
 {
   color: #29BA7F;
 }
 .AnyTagClassName
 {
   color: #29BA7F;
 }
</style>

background-color css

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

 a { background-color: rgb(41,186,127); }

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

border-color css

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

 span { border-color: rgb(41,186,127); }

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