Shades of Shamrock #28CB89
Tints of Shamrock #28CB89
RGB
CMYK
RGB Variations
Color information
#28CB89 (or 0x28CB89) is known color: Shamrock. HEX triplet: 28, CB and 89. RGB value is (40,203,137). Sum of RGB (Red+Green+Blue) = 40+203+137=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CB89 is #D73476. Grayscale: #929292. Windows color (decimal): -14103671 or 9030440. OLE color: 9030440.
HSL color Cylindrical-coordinate representation of color #28CB89: hue angle of 155.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CB89 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 137 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.20 |
| HSL | 155.71º | 0.67% | 0.48% | - |
| HSV(B) | 155.71º | 0.8% | 0.8% | - |
| XYZ | 26.75 | 44.97 | 30.94 | - |
| YUV | 146.74 | 122.5 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 137 | 0.80 | 0 | 0.33 | 0.20 | 155.71 | 0.67 | 0.48 |
| Hex | 28 | CB | 89 | 50 | 0 | 21 | 14 | 9C | 43 | 30 |
| Octal | 50 | 313 | 211 | 120 | 0 | 41 | 24 | 234 | 103 | 60 |
| Binary | 101000 | 11001011 | 10001001 | 1010000 | 0 | 100001 | 10100 | 10011100 | 1000011 | 110000 |
Color Harmonies of #28CB89
Complementary color
Monochromatic Colors of #28CB89
Black with #28CB89
Text Example
Text Example
White with #28CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB89; }
p { color: rgb(40,203,137); }
H1.HeaderClassName
{
color: #28CB89;
}
.AnyTagClassName
{
color: #28CB89;
}
</style>
background-color css
<style>
a { background-color: #28CB89; }
a { background-color: rgb(40,203,137); }
div.DivClassName
{
background-color: #28CB89;
}
.BgClassName
{
background-color: #28CB89;
}
</style>
border-color css
<style>
span { border-color: #28CB89; }
span { border-color: rgb(40,203,137); }
td.TdClassName
{
border-color: #28CB89;
}
.TagClassName
{
border-color: #28CB89;
}
</style>