Shades of Shamrock #28CB85
Tints of Shamrock #28CB85
RGB
CMYK
RGB Variations
Color information
#28CB85 (or 0x28CB85) is known color: Shamrock. HEX triplet: 28, CB and 85. RGB value is (40,203,133). Sum of RGB (Red+Green+Blue) = 40+203+133=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CB85 is #D7347A. Grayscale: #929292. Windows color (decimal): -14103675 or 8768296. OLE color: 8768296.
HSL color Cylindrical-coordinate representation of color #28CB85: hue angle of 154.23º 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 #28CB85 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 133 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.20 |
| HSL | 154.23º | 0.67% | 0.48% | - |
| HSV(B) | 154.23º | 0.8% | 0.8% | - |
| XYZ | 26.46 | 44.86 | 29.45 | - |
| YUV | 146.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 133 | 0.80 | 0 | 0.34 | 0.20 | 154.23 | 0.67 | 0.48 |
| Hex | 28 | CB | 85 | 50 | 0 | 22 | 14 | 9A | 43 | 30 |
| Octal | 50 | 313 | 205 | 120 | 0 | 42 | 24 | 232 | 103 | 60 |
| Binary | 101000 | 11001011 | 10000101 | 1010000 | 0 | 100010 | 10100 | 10011010 | 1000011 | 110000 |
Color Harmonies of #28CB85
Complementary color
Monochromatic Colors of #28CB85
Black with #28CB85
Text Example
Text Example
White with #28CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB85; }
p { color: rgb(40,203,133); }
H1.HeaderClassName
{
color: #28CB85;
}
.AnyTagClassName
{
color: #28CB85;
}
</style>
background-color css
<style>
a { background-color: #28CB85; }
a { background-color: rgb(40,203,133); }
div.DivClassName
{
background-color: #28CB85;
}
.BgClassName
{
background-color: #28CB85;
}
</style>
border-color css
<style>
span { border-color: #28CB85; }
span { border-color: rgb(40,203,133); }
td.TdClassName
{
border-color: #28CB85;
}
.TagClassName
{
border-color: #28CB85;
}
</style>