Shades of Shamrock #28C98B
Tints of Shamrock #28C98B
RGB
CMYK
RGB Variations
Color information
#28C98B (or 0x28C98B) is known color: Shamrock. HEX triplet: 28, C9 and 8B. RGB value is (40,201,139). Sum of RGB (Red+Green+Blue) = 40+201+139=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #28C98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C98B is #D73674. Grayscale: #919191. Windows color (decimal): -14104181 or 9161000. OLE color: 9161000.
HSL color Cylindrical-coordinate representation of color #28C98B: hue angle of 156.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C98B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 139 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.21 |
| HSL | 156.89º | 0.67% | 0.47% | - |
| HSV(B) | 156.89º | 0.8% | 0.79% | - |
| XYZ | 26.42 | 44.09 | 31.54 | - |
| YUV | 145.79 | 124.16 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 139 | 0.80 | 0 | 0.31 | 0.21 | 156.89 | 0.67 | 0.47 |
| Hex | 28 | C9 | 8B | 50 | 0 | 1F | 15 | 9D | 43 | 2F |
| Octal | 50 | 311 | 213 | 120 | 0 | 37 | 25 | 235 | 103 | 57 |
| Binary | 101000 | 11001001 | 10001011 | 1010000 | 0 | 11111 | 10101 | 10011101 | 1000011 | 101111 |
Color Harmonies of #28C98B
Complementary color
Monochromatic Colors of #28C98B
Black with #28C98B
Text Example
Text Example
White with #28C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C98B; }
p { color: rgb(40,201,139); }
H1.HeaderClassName
{
color: #28C98B;
}
.AnyTagClassName
{
color: #28C98B;
}
</style>
background-color css
<style>
a { background-color: #28C98B; }
a { background-color: rgb(40,201,139); }
div.DivClassName
{
background-color: #28C98B;
}
.BgClassName
{
background-color: #28C98B;
}
</style>
border-color css
<style>
span { border-color: #28C98B; }
span { border-color: rgb(40,201,139); }
td.TdClassName
{
border-color: #28C98B;
}
.TagClassName
{
border-color: #28C98B;
}
</style>