#29CA5E

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

Shades of Malachite #29CA5E

Tints of Malachite #29CA5E

Color information

#29CA5E (or 0x29CA5E) is unknown color: approx Malachite. HEX triplet: 29, CA and 5E. RGB value is (41,202,94). Sum of RGB (Red+Green+Blue) = 41+202+94=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CA5E is #D635A1. Grayscale: #8D8D8D. Windows color (decimal): -14038434 or 6212137. OLE color: 6212137.

HSL color Cylindrical-coordinate representation of color #29CA5E: hue angle of 139.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CA5E is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB4120294-
CMYK0.8000.530.21
HSL139.75º66.26%47.65%-
HSV(B)139.75º79.7%79.22%-
XYZ24.0643.5217.72-
YUV141.55101.1656.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 202 (79.30% from 255) = 59.94%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=12.17%
G=59.94%
B=27.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41202940.8000.530.21139.7566.2647.65
Hex29CA5E50035158c4230
Octal513121361200652521410260
Binary1010011100101010111101010000011010110101100011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,202,94); }

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

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

 a { background-color: rgb(41,202,94); }

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

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

 span { border-color: rgb(41,202,94); }

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