Shades of Shamrock #28D18B
Tints of Shamrock #28D18B
RGB
CMYK
RGB Variations
Color information
#28D18B (or 0x28D18B) is known color: Shamrock. HEX triplet: 28, D1 and 8B. RGB value is (40,209,139). Sum of RGB (Red+Green+Blue) = 40+209+139=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #28D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D18B is #D72E74. Grayscale: #969696. Windows color (decimal): -14102133 or 9163048. OLE color: 9163048.
HSL color Cylindrical-coordinate representation of color #28D18B: hue angle of 155.15º 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 #28D18B is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 139 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.18 |
| HSL | 155.15º | 0.68% | 0.49% | - |
| HSV(B) | 155.15º | 0.81% | 0.82% | - |
| XYZ | 28.34 | 47.92 | 32.18 | - |
| YUV | 150.49 | 121.51 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 139 | 0.81 | 0 | 0.33 | 0.18 | 155.15 | 0.68 | 0.49 |
| Hex | 28 | D1 | 8B | 51 | 0 | 21 | 12 | 9B | 44 | 31 |
| Octal | 50 | 321 | 213 | 121 | 0 | 41 | 22 | 233 | 104 | 61 |
| Binary | 101000 | 11010001 | 10001011 | 1010001 | 0 | 100001 | 10010 | 10011011 | 1000100 | 110001 |
Color Harmonies of #28D18B
Complementary color
Monochromatic Colors of #28D18B
Black with #28D18B
Text Example
Text Example
White with #28D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D18B; }
p { color: rgb(40,209,139); }
H1.HeaderClassName
{
color: #28D18B;
}
.AnyTagClassName
{
color: #28D18B;
}
</style>
background-color css
<style>
a { background-color: #28D18B; }
a { background-color: rgb(40,209,139); }
div.DivClassName
{
background-color: #28D18B;
}
.BgClassName
{
background-color: #28D18B;
}
</style>
border-color css
<style>
span { border-color: #28D18B; }
span { border-color: rgb(40,209,139); }
td.TdClassName
{
border-color: #28D18B;
}
.TagClassName
{
border-color: #28D18B;
}
</style>