#29C050

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

Shades of Malachite #29C050

Tints of Malachite #29C050

Color information

#29C050 (or 0x29C050) is unknown color: approx Malachite. HEX triplet: 29, C0 and 50. RGB value is (41,192,80). Sum of RGB (Red+Green+Blue) = 41+192+80=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #29C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C050 is #D63FAF. Grayscale: #868686. Windows color (decimal): -14041008 or 5292073. OLE color: 5292073.

HSL color Cylindrical-coordinate representation of color #29C050: hue angle of 135.5º 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 #29C050 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB4119280-
CMYK0.7900.580.25
HSL135.5º64.81%45.69%-
HSV(B)135.5º78.65%75.29%-
XYZ21.2138.7513.95-
YUV134.0897.4761.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 192 (75.39% from 255) = 61.34%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=13.10%
G=61.34%
B=25.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41192800.7900.580.25135.564.8145.69
Hex29C0504F03A1987412e
Octal513001201170723120710156
Binary1010011100000010100001001111011101011001100001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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