Shades of Shamrock #28CB84
Tints of Shamrock #28CB84
RGB
CMYK
RGB Variations
Color information
#28CB84 (or 0x28CB84) is known color: Shamrock. HEX triplet: 28, CB and 84. RGB value is (40,203,132). Sum of RGB (Red+Green+Blue) = 40+203+132=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CB84 is #D7347B. Grayscale: #929292. Windows color (decimal): -14103676 or 8702760. OLE color: 8702760.
HSL color Cylindrical-coordinate representation of color #28CB84: hue angle of 153.87º 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 #28CB84 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 132 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.20 |
| HSL | 153.87º | 0.67% | 0.48% | - |
| HSV(B) | 153.87º | 0.8% | 0.8% | - |
| XYZ | 26.4 | 44.83 | 29.09 | - |
| YUV | 146.17 | 120 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 132 | 0.80 | 0 | 0.35 | 0.20 | 153.87 | 0.67 | 0.48 |
| Hex | 28 | CB | 84 | 50 | 0 | 23 | 14 | 9A | 43 | 30 |
| Octal | 50 | 313 | 204 | 120 | 0 | 43 | 24 | 232 | 103 | 60 |
| Binary | 101000 | 11001011 | 10000100 | 1010000 | 0 | 100011 | 10100 | 10011010 | 1000011 | 110000 |
Color Harmonies of #28CB84
Complementary color
Monochromatic Colors of #28CB84
Black with #28CB84
Text Example
Text Example
White with #28CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB84; }
p { color: rgb(40,203,132); }
H1.HeaderClassName
{
color: #28CB84;
}
.AnyTagClassName
{
color: #28CB84;
}
</style>
background-color css
<style>
a { background-color: #28CB84; }
a { background-color: rgb(40,203,132); }
div.DivClassName
{
background-color: #28CB84;
}
.BgClassName
{
background-color: #28CB84;
}
</style>
border-color css
<style>
span { border-color: #28CB84; }
span { border-color: rgb(40,203,132); }
td.TdClassName
{
border-color: #28CB84;
}
.TagClassName
{
border-color: #28CB84;
}
</style>