#1DCB53

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

Shades of Malachite #1DCB53

Tints of Malachite #1DCB53

Color information

#1DCB53 (or 0x1DCB53) is unknown color: approx Malachite. HEX triplet: 1D, CB and 53. RGB value is (29,203,83). Sum of RGB (Red+Green+Blue) = 29+203+83=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCB53 is #E234AC. Grayscale: #898989. Windows color (decimal): -14824621 or 5491485. OLE color: 5491485.

HSL color Cylindrical-coordinate representation of color #1DCB53: hue angle of 138.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB53 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB2920383-
CMYK0.8600.590.20
HSL138.62º75%45.49%-
HSV(B)138.62º85.71%79.61%-
XYZ23.4243.615.36-
YUV137.2997.3550.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.21%
GREEN value IS 203 (79.69% from 255) = 64.44%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=9.21%
G=64.44%
B=26.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29203830.8600.590.20138.627545.49
Hex1DCB535603B148b4b2d
Octal353131231260732421311355
Binary111011100101110100111010110011101110100100010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DCB53; }

 p { color: rgb(29,203,83); }

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

<style>
 a { background-color: #1DCB53; }

 a { background-color: rgb(29,203,83); }

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

<style>
 span { border-color: #1DCB53; }

 span { border-color: rgb(29,203,83); }

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