#29D250

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

Shades of Malachite #29D250

Tints of Malachite #29D250

Color information

#29D250 (or 0x29D250) is unknown color: approx Malachite. HEX triplet: 29, D2 and 50. RGB value is (41,210,80). Sum of RGB (Red+Green+Blue) = 41+210+80=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #29D250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D250 is #D62DAF. Grayscale: #919191. Windows color (decimal): -14036400 or 5296681. OLE color: 5296681.

HSL color Cylindrical-coordinate representation of color #29D250: hue angle of 133.85º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D250 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB4121080-
CMYK0.8000.620.18
HSL133.85º67.33%49.22%-
HSV(B)133.85º80.48%82.35%-
XYZ25.4147.1415.35-
YUV144.6591.5154.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 210 (82.42% from 255) = 63.44%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=12.39%
G=63.44%
B=24.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41210800.8000.620.18133.8567.3349.22
Hex29D2505003E12864331
Octal513221201200762220610361
Binary1010011101001010100001010000011111010010100001101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,210,80); }

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

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

 a { background-color: rgb(41,210,80); }

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

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

 span { border-color: rgb(41,210,80); }

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