#1DD042

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

Shades of Malachite #1DD042

Tints of Malachite #1DD042

Color information

#1DD042 (or 0x1DD042) is unknown color: approx Malachite. HEX triplet: 1D, D0 and 42. RGB value is (29,208,66). Sum of RGB (Red+Green+Blue) = 29+208+66=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD042 is #E22FBD. Grayscale: #8A8A8A. Windows color (decimal): -14823358 or 4378653. OLE color: 4378653.

HSL color Cylindrical-coordinate representation of color #1DD042: hue angle of 132.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD042 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2920866-
CMYK0.8600.680.18
HSL132.4º75.53%46.47%-
HSV(B)132.4º86.06%81.57%-
XYZ24.0545.7712.72-
YUV138.2987.250.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 208 (81.64% from 255) = 68.65%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=9.57%
G=68.65%
B=21.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29208660.8600.680.18132.475.5346.47
Hex1DD0425604412844c2e
Octal3532010212601042220411456
Binary1110111010000100001010101100100010010010100001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,66); }

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

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

 a { background-color: rgb(29,208,66); }

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

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

 span { border-color: rgb(29,208,66); }

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