Shades of Shamrock #28CB88
Tints of Shamrock #28CB88
RGB
CMYK
RGB Variations
Color information
#28CB88 (or 0x28CB88) is known color: Shamrock. HEX triplet: 28, CB and 88. RGB value is (40,203,136). Sum of RGB (Red+Green+Blue) = 40+203+136=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CB88 is #D73477. Grayscale: #929292. Windows color (decimal): -14103672 or 8964904. OLE color: 8964904.
HSL color Cylindrical-coordinate representation of color #28CB88: hue angle of 155.34º 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 #28CB88 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 136 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.20 |
| HSL | 155.34º | 0.67% | 0.48% | - |
| HSV(B) | 155.34º | 0.8% | 0.8% | - |
| XYZ | 26.67 | 44.94 | 30.56 | - |
| YUV | 146.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 136 | 0.80 | 0 | 0.33 | 0.20 | 155.34 | 0.67 | 0.48 |
| Hex | 28 | CB | 88 | 50 | 0 | 21 | 14 | 9B | 43 | 30 |
| Octal | 50 | 313 | 210 | 120 | 0 | 41 | 24 | 233 | 103 | 60 |
| Binary | 101000 | 11001011 | 10001000 | 1010000 | 0 | 100001 | 10100 | 10011011 | 1000011 | 110000 |
Color Harmonies of #28CB88
Complementary color
Monochromatic Colors of #28CB88
Black with #28CB88
Text Example
Text Example
White with #28CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB88; }
p { color: rgb(40,203,136); }
H1.HeaderClassName
{
color: #28CB88;
}
.AnyTagClassName
{
color: #28CB88;
}
</style>
background-color css
<style>
a { background-color: #28CB88; }
a { background-color: rgb(40,203,136); }
div.DivClassName
{
background-color: #28CB88;
}
.BgClassName
{
background-color: #28CB88;
}
</style>
border-color css
<style>
span { border-color: #28CB88; }
span { border-color: rgb(40,203,136); }
td.TdClassName
{
border-color: #28CB88;
}
.TagClassName
{
border-color: #28CB88;
}
</style>