Shades of Shamrock #28D09D
Tints of Shamrock #28D09D
RGB
CMYK
RGB Variations
Color information
#28D09D (or 0x28D09D) is known color: Shamrock. HEX triplet: 28, D0 and 9D. RGB value is (40,208,157). Sum of RGB (Red+Green+Blue) = 40+208+157=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #28D09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D09D is #D72F62. Grayscale: #979797. Windows color (decimal): -14102371 or 10342440. OLE color: 10342440.
HSL color Cylindrical-coordinate representation of color #28D09D: hue angle of 161.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D09D is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 157 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.18 |
| HSL | 161.79º | 0.68% | 0.49% | - |
| HSV(B) | 161.79º | 0.81% | 0.82% | - |
| XYZ | 29.52 | 48 | 39.61 | - |
| YUV | 151.95 | 130.84 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 157 | 0.81 | 0 | 0.25 | 0.18 | 161.79 | 0.68 | 0.49 |
| Hex | 28 | D0 | 9D | 51 | 0 | 19 | 12 | A2 | 44 | 31 |
| Octal | 50 | 320 | 235 | 121 | 0 | 31 | 22 | 242 | 104 | 61 |
| Binary | 101000 | 11010000 | 10011101 | 1010001 | 0 | 11001 | 10010 | 10100010 | 1000100 | 110001 |
Color Harmonies of #28D09D
Complementary color
Monochromatic Colors of #28D09D
Black with #28D09D
Text Example
Text Example
White with #28D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D09D; }
p { color: rgb(40,208,157); }
H1.HeaderClassName
{
color: #28D09D;
}
.AnyTagClassName
{
color: #28D09D;
}
</style>
background-color css
<style>
a { background-color: #28D09D; }
a { background-color: rgb(40,208,157); }
div.DivClassName
{
background-color: #28D09D;
}
.BgClassName
{
background-color: #28D09D;
}
</style>
border-color css
<style>
span { border-color: #28D09D; }
span { border-color: rgb(40,208,157); }
td.TdClassName
{
border-color: #28D09D;
}
.TagClassName
{
border-color: #28D09D;
}
</style>