#1DD28D

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

Shades of Shamrock #1DD28D

Tints of Shamrock #1DD28D

Color information

#1DD28D (or 0x1DD28D) is unknown color: approx Shamrock. HEX triplet: 1D, D2 and 8D. RGB value is (29,210,141). Sum of RGB (Red+Green+Blue) = 29+210+141=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD28D is #E22D72. Grayscale: #949494. Windows color (decimal): -14822771 or 9294365. OLE color: 9294365.

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

Color convert

RGB29210141-
CMYK0.8600.330.18
HSL157.13º75.73%46.86%-
HSV(B)157.13º86.19%82.35%-
XYZ28.3648.2833.02-
YUV148.02124.0343.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.63%
GREEN value IS 210 (82.42% from 255) = 55.26%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=7.63%
G=55.26%
B=37.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292101410.8600.330.18157.1375.7346.86
Hex1DD28D56021129d4c2f
Octal353222151260412223511457
Binary1110111010010100011011010110010000110010100111011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,210,141); }

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

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

 a { background-color: rgb(29,210,141); }

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

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

 span { border-color: rgb(29,210,141); }

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