Shades of Shamrock #28BD91
Tints of Shamrock #28BD91
RGB
CMYK
RGB Variations
Color information
#28BD91 (or 0x28BD91) is known color: Shamrock. HEX triplet: 28, BD and 91. RGB value is (40,189,145). Sum of RGB (Red+Green+Blue) = 40+189+145=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD91 is #D7426E. Grayscale: #8B8B8B. Windows color (decimal): -14107247 or 9551144. OLE color: 9551144.
HSL color Cylindrical-coordinate representation of color #28BD91: hue angle of 162.28º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD91 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 145 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.26 |
| HSL | 162.28º | 0.65% | 0.45% | - |
| HSV(B) | 162.28º | 0.79% | 0.74% | - |
| XYZ | 24.18 | 38.89 | 33.02 | - |
| YUV | 139.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 145 | 0.79 | 0 | 0.23 | 0.26 | 162.28 | 0.65 | 0.45 |
| Hex | 28 | BD | 91 | 4F | 0 | 17 | 1A | A2 | 41 | 2D |
| Octal | 50 | 275 | 221 | 117 | 0 | 27 | 32 | 242 | 101 | 55 |
| Binary | 101000 | 10111101 | 10010001 | 1001111 | 0 | 10111 | 11010 | 10100010 | 1000001 | 101101 |
Color Harmonies of #28BD91
Complementary color
Monochromatic Colors of #28BD91
Black with #28BD91
Text Example
Text Example
White with #28BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD91; }
p { color: rgb(40,189,145); }
H1.HeaderClassName
{
color: #28BD91;
}
.AnyTagClassName
{
color: #28BD91;
}
</style>
background-color css
<style>
a { background-color: #28BD91; }
a { background-color: rgb(40,189,145); }
div.DivClassName
{
background-color: #28BD91;
}
.BgClassName
{
background-color: #28BD91;
}
</style>
border-color css
<style>
span { border-color: #28BD91; }
span { border-color: rgb(40,189,145); }
td.TdClassName
{
border-color: #28BD91;
}
.TagClassName
{
border-color: #28BD91;
}
</style>