Shades of Shamrock #28D682
Tints of Shamrock #28D682
RGB
CMYK
RGB Variations
Color information
#28D682 (or 0x28D682) is known color: Shamrock. HEX triplet: 28, D6 and 82. RGB value is (40,214,130). Sum of RGB (Red+Green+Blue) = 40+214+130=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #28D682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D682 is #D7297D. Grayscale: #989898. Windows color (decimal): -14100862 or 8574504. OLE color: 8574504.
HSL color Cylindrical-coordinate representation of color #28D682: hue angle of 151.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D682 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 130 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.16 |
| HSL | 151.03º | 0.69% | 0.5% | - |
| HSV(B) | 151.03º | 0.81% | 0.84% | - |
| XYZ | 28.95 | 50.16 | 29.27 | - |
| YUV | 152.4 | 115.35 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 130 | 0.81 | 0 | 0.39 | 0.16 | 151.03 | 0.69 | 0.5 |
| Hex | 28 | D6 | 82 | 51 | 0 | 27 | 10 | 97 | 45 | 32 |
| Octal | 50 | 326 | 202 | 121 | 0 | 47 | 20 | 227 | 105 | 62 |
| Binary | 101000 | 11010110 | 10000010 | 1010001 | 0 | 100111 | 10000 | 10010111 | 1000101 | 110010 |
Color Harmonies of #28D682
Complementary color
Monochromatic Colors of #28D682
Black with #28D682
Text Example
Text Example
White with #28D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D682; }
p { color: rgb(40,214,130); }
H1.HeaderClassName
{
color: #28D682;
}
.AnyTagClassName
{
color: #28D682;
}
</style>
background-color css
<style>
a { background-color: #28D682; }
a { background-color: rgb(40,214,130); }
div.DivClassName
{
background-color: #28D682;
}
.BgClassName
{
background-color: #28D682;
}
</style>
border-color css
<style>
span { border-color: #28D682; }
span { border-color: rgb(40,214,130); }
td.TdClassName
{
border-color: #28D682;
}
.TagClassName
{
border-color: #28D682;
}
</style>