#29CC52

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

Shades of Malachite #29CC52

Tints of Malachite #29CC52

Color information

#29CC52 (or 0x29CC52) is unknown color: approx Malachite. HEX triplet: 29, CC and 52. RGB value is (41,204,82). Sum of RGB (Red+Green+Blue) = 41+204+82=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CC52 is #D633AD. Grayscale: #8D8D8D. Windows color (decimal): -14037934 or 5426217. OLE color: 5426217.

HSL color Cylindrical-coordinate representation of color #29CC52: hue angle of 135.09º degrees, saturation: 0.67, 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 #29CC52 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB4120482-
CMYK0.8000.600.2
HSL135.09º66.53%48.04%-
HSV(B)135.09º79.9%80%-
XYZ24.0344.2715.26-
YUV141.3694.556.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 204 (80.08% from 255) = 62.39%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=12.54%
G=62.39%
B=25.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204820.8000.600.2135.0966.5348.04
Hex29CC525003C14874330
Octal513141221200742420710360
Binary1010011100110010100101010000011110010100100001111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,204,82); }

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

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

 a { background-color: rgb(41,204,82); }

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

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

 span { border-color: rgb(41,204,82); }

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