#29DA64

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

Shades of Malachite #29DA64

Tints of Malachite #29DA64

Color information

#29DA64 (or 0x29DA64) is unknown color: approx Malachite. HEX triplet: 29, DA and 64. RGB value is (41,218,100). Sum of RGB (Red+Green+Blue) = 41+218+100=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #29DA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DA64 is #D6259B. Grayscale: #979797. Windows color (decimal): -14034332 or 6609449. OLE color: 6609449.

HSL color Cylindrical-coordinate representation of color #29DA64: hue angle of 140º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DA64 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB41218100-
CMYK0.8100.540.15
HSL140º70.52%50.78%-
HSV(B)140º81.19%85.49%-
XYZ28.2951.5320.51-
YUV151.6298.8649.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.42%
GREEN value IS 218 (85.55% from 255) = 60.72%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=11.42%
G=60.72%
B=27.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412181000.8100.540.1514070.5250.78
Hex29DA6451036F8c4733
Octal513321441210661721410763
Binary101001110110101100100101000101101101111100011001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,218,100); }

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

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

 a { background-color: rgb(41,218,100); }

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

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

 span { border-color: rgb(41,218,100); }

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