Shades of Shamrock #28D882
Tints of Shamrock #28D882
RGB
CMYK
RGB Variations
Color information
#28D882 (or 0x28D882) is known color: Shamrock. HEX triplet: 28, D8 and 82. RGB value is (40,216,130). Sum of RGB (Red+Green+Blue) = 40+216+130=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #28D882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D882 is #D7277D. Grayscale: #999999. Windows color (decimal): -14100350 or 8575016. OLE color: 8575016.
HSL color Cylindrical-coordinate representation of color #28D882: hue angle of 150.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D882 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 130 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.15 |
| HSL | 150.68º | 0.69% | 0.5% | - |
| HSV(B) | 150.68º | 0.81% | 0.85% | - |
| XYZ | 29.46 | 51.17 | 29.44 | - |
| YUV | 153.57 | 114.69 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 130 | 0.81 | 0 | 0.40 | 0.15 | 150.68 | 0.69 | 0.5 |
| Hex | 28 | D8 | 82 | 51 | 0 | 28 | F | 97 | 45 | 32 |
| Octal | 50 | 330 | 202 | 121 | 0 | 50 | 17 | 227 | 105 | 62 |
| Binary | 101000 | 11011000 | 10000010 | 1010001 | 0 | 101000 | 1111 | 10010111 | 1000101 | 110010 |
Color Harmonies of #28D882
Complementary color
Monochromatic Colors of #28D882
Black with #28D882
Text Example
Text Example
White with #28D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D882; }
p { color: rgb(40,216,130); }
H1.HeaderClassName
{
color: #28D882;
}
.AnyTagClassName
{
color: #28D882;
}
</style>
background-color css
<style>
a { background-color: #28D882; }
a { background-color: rgb(40,216,130); }
div.DivClassName
{
background-color: #28D882;
}
.BgClassName
{
background-color: #28D882;
}
</style>
border-color css
<style>
span { border-color: #28D882; }
span { border-color: rgb(40,216,130); }
td.TdClassName
{
border-color: #28D882;
}
.TagClassName
{
border-color: #28D882;
}
</style>