Shades of Shamrock #1DD28B
Tints of Shamrock #1DD28B
RGB
CMYK
RGB Variations
Color information
#1DD28B (or 0x1DD28B) is known color: Shamrock. HEX triplet: 1D, D2 and 8B. RGB value is (29,210,139). Sum of RGB (Red+Green+Blue) = 29+210+139=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD28B is #E22D74. Grayscale: #939393. Windows color (decimal): -14822773 or 9163293. OLE color: 9163293.
HSL color Cylindrical-coordinate representation of color #1DD28B: hue angle of 156.46º 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 #1DD28B is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 210 | 139 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.18 |
| HSL | 156.46º | 0.76% | 0.47% | - |
| HSV(B) | 156.46º | 0.86% | 0.82% | - |
| XYZ | 28.21 | 48.22 | 32.25 | - |
| YUV | 147.79 | 123.03 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 139 | 0.86 | 0 | 0.34 | 0.18 | 156.46 | 0.76 | 0.47 |
| Hex | 1D | D2 | 8B | 56 | 0 | 22 | 12 | 9C | 4C | 2F |
| Octal | 35 | 322 | 213 | 126 | 0 | 42 | 22 | 234 | 114 | 57 |
| Binary | 11101 | 11010010 | 10001011 | 1010110 | 0 | 100010 | 10010 | 10011100 | 1001100 | 101111 |
Color Harmonies of #1DD28B
Complementary color
Monochromatic Colors of #1DD28B
Black with #1DD28B
Text Example
Text Example
White with #1DD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD28B; }
p { color: rgb(29,210,139); }
H1.HeaderClassName
{
color: #1DD28B;
}
.AnyTagClassName
{
color: #1DD28B;
}
</style>
background-color css
<style>
a { background-color: #1DD28B; }
a { background-color: rgb(29,210,139); }
div.DivClassName
{
background-color: #1DD28B;
}
.BgClassName
{
background-color: #1DD28B;
}
</style>
border-color css
<style>
span { border-color: #1DD28B; }
span { border-color: rgb(29,210,139); }
td.TdClassName
{
border-color: #1DD28B;
}
.TagClassName
{
border-color: #1DD28B;
}
</style>