Shades of Shamrock #1DD582
Tints of Shamrock #1DD582
RGB
CMYK
RGB Variations
Color information
#1DD582 (or 0x1DD582) is known color: Shamrock. HEX triplet: 1D, D5 and 82. RGB value is (29,213,130). Sum of RGB (Red+Green+Blue) = 29+213+130=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD582 is #E22A7D. Grayscale: #949494. Windows color (decimal): -14822014 or 8574237. OLE color: 8574237.
HSL color Cylindrical-coordinate representation of color #1DD582: hue angle of 152.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD582 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 130 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.16 |
| HSL | 152.93º | 0.76% | 0.47% | - |
| HSV(B) | 152.93º | 0.86% | 0.84% | - |
| XYZ | 28.33 | 49.46 | 29.17 | - |
| YUV | 148.52 | 117.54 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 130 | 0.86 | 0 | 0.39 | 0.16 | 152.93 | 0.76 | 0.47 |
| Hex | 1D | D5 | 82 | 56 | 0 | 27 | 10 | 99 | 4C | 2F |
| Octal | 35 | 325 | 202 | 126 | 0 | 47 | 20 | 231 | 114 | 57 |
| Binary | 11101 | 11010101 | 10000010 | 1010110 | 0 | 100111 | 10000 | 10011001 | 1001100 | 101111 |
Color Harmonies of #1DD582
Complementary color
Monochromatic Colors of #1DD582
Black with #1DD582
Text Example
Text Example
White with #1DD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD582; }
p { color: rgb(29,213,130); }
H1.HeaderClassName
{
color: #1DD582;
}
.AnyTagClassName
{
color: #1DD582;
}
</style>
background-color css
<style>
a { background-color: #1DD582; }
a { background-color: rgb(29,213,130); }
div.DivClassName
{
background-color: #1DD582;
}
.BgClassName
{
background-color: #1DD582;
}
</style>
border-color css
<style>
span { border-color: #1DD582; }
span { border-color: rgb(29,213,130); }
td.TdClassName
{
border-color: #1DD582;
}
.TagClassName
{
border-color: #1DD582;
}
</style>