Html Css Color HEX #29C082 Mountain Meadow

📋 copy color: '#29C082'

red 41 ◦ green 192 ◦ blue 130

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

Shades of Mountain Meadow #29C082

Tints of Mountain Meadow #29C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 11.29%
G = 52.89%
B = 35.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#29C082 (or 0x29C082) is known color: Mountain Meadow. HEX triplet: 29, C0 and 82. RGB value is (41,192,130). Sum of RGB (Red+Green+Blue) = 41+192+130=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #29C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C082 is #D63F7D. Grayscale: #8B8B8B. Windows color (decimal): -14040958 or 8568873. OLE color: 8568873.

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

Color convert

RGB 41 192 130 -
CMYK 0.79 0 0.32 0.25
HSL 155.36º 0.65% 0.46% -
HSV(B) 155.36º 0.79% 0.75% -
XYZ 23.79 39.78 27.54 -
YUV 139.78 122.47 57.54 -
System Red Green Blue C M Y K H S L
Decimal 41 192 130 0.79 0 0.32 0.25 155.36 0.65 0.46
Hex 29 C0 82 4F 0 20 19 9B 41 2E
Octal 51 300 202 117 0 40 31 233 101 56
Binary 101001 11000000 10000010 1001111 0 100000 11001 10011011 1000001 101110

Color Harmonies of #29C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C082

Black with #29C082

Text Example


Text Example

White with #29C082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,192,130); }

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

background-color css

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

 a { background-color: rgb(41,192,130); }

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

border-color css

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

 span { border-color: rgb(41,192,130); }

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