#29CB5E

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

Shades of Malachite #29CB5E

Tints of Malachite #29CB5E

Color information

#29CB5E (or 0x29CB5E) is unknown color: approx Malachite. HEX triplet: 29, CB and 5E. RGB value is (41,203,94). Sum of RGB (Red+Green+Blue) = 41+203+94=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CB5E is #D634A1. Grayscale: #8E8E8E. Windows color (decimal): -14038178 or 6212393. OLE color: 6212393.

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

Color convert

RGB4120394-
CMYK0.8000.540.20
HSL139.63º66.39%47.84%-
HSV(B)139.63º79.8%79.61%-
XYZ24.2943.9917.8-
YUV142.14100.8355.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 203 (79.69% from 255) = 60.06%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=12.13%
G=60.06%
B=27.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41203940.8000.540.20139.6366.3947.84
Hex29CB5E50036148c4230
Octal513131361200662421410260
Binary1010011100101110111101010000011011010100100011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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