#29C95D

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

Shades of Malachite #29C95D

Tints of Malachite #29C95D

Color information

#29C95D (or 0x29C95D) is unknown color: approx Malachite. HEX triplet: 29, C9 and 5D. RGB value is (41,201,93). Sum of RGB (Red+Green+Blue) = 41+201+93=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #29C95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C95D is #D636A2. Grayscale: #8D8D8D. Windows color (decimal): -14038691 or 6146345. OLE color: 6146345.

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

Color convert

RGB4120193-
CMYK0.8000.540.21
HSL139.5º66.12%47.45%-
HSV(B)139.5º79.6%78.82%-
XYZ23.7843.0417.41-
YUV140.85100.9956.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 201 (78.91% from 255) = 60%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=12.24%
G=60%
B=27.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41201930.8000.540.21139.566.1247.45
Hex29C95D50036158c422f
Octal513111351200662521410257
Binary1010011100100110111011010000011011010101100011001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,201,93); }

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

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

 a { background-color: rgb(41,201,93); }

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

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

 span { border-color: rgb(41,201,93); }

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