Shades of Shamrock #28D28B
Tints of Shamrock #28D28B
RGB
CMYK
RGB Variations
Color information
#28D28B (or 0x28D28B) is known color: Shamrock. HEX triplet: 28, D2 and 8B. RGB value is (40,210,139). Sum of RGB (Red+Green+Blue) = 40+210+139=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #28D28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D28B is #D72D74. Grayscale: #979797. Windows color (decimal): -14101877 or 9163304. OLE color: 9163304.
HSL color Cylindrical-coordinate representation of color #28D28B: hue angle of 154.94º 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 #28D28B is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 139 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.18 |
| HSL | 154.94º | 0.68% | 0.49% | - |
| HSV(B) | 154.94º | 0.81% | 0.82% | - |
| XYZ | 28.58 | 48.41 | 32.26 | - |
| YUV | 151.08 | 121.18 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 139 | 0.81 | 0 | 0.34 | 0.18 | 154.94 | 0.68 | 0.49 |
| Hex | 28 | D2 | 8B | 51 | 0 | 22 | 12 | 9B | 44 | 31 |
| Octal | 50 | 322 | 213 | 121 | 0 | 42 | 22 | 233 | 104 | 61 |
| Binary | 101000 | 11010010 | 10001011 | 1010001 | 0 | 100010 | 10010 | 10011011 | 1000100 | 110001 |
Color Harmonies of #28D28B
Complementary color
Monochromatic Colors of #28D28B
Black with #28D28B
Text Example
Text Example
White with #28D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D28B; }
p { color: rgb(40,210,139); }
H1.HeaderClassName
{
color: #28D28B;
}
.AnyTagClassName
{
color: #28D28B;
}
</style>
background-color css
<style>
a { background-color: #28D28B; }
a { background-color: rgb(40,210,139); }
div.DivClassName
{
background-color: #28D28B;
}
.BgClassName
{
background-color: #28D28B;
}
</style>
border-color css
<style>
span { border-color: #28D28B; }
span { border-color: rgb(40,210,139); }
td.TdClassName
{
border-color: #28D28B;
}
.TagClassName
{
border-color: #28D28B;
}
</style>