Shades of Shamrock #28DB8A
Tints of Shamrock #28DB8A
RGB
CMYK
RGB Variations
Color information
#28DB8A (or 0x28DB8A) is known color: Shamrock. HEX triplet: 28, DB and 8A. RGB value is (40,219,138). Sum of RGB (Red+Green+Blue) = 40+219+138=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DB8A is #D72475. Grayscale: #9C9C9C. Windows color (decimal): -14099574 or 9100072. OLE color: 9100072.
HSL color Cylindrical-coordinate representation of color #28DB8A: hue angle of 152.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DB8A is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 138 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.14 |
| HSL | 152.85º | 0.71% | 0.51% | - |
| HSV(B) | 152.85º | 0.82% | 0.86% | - |
| XYZ | 30.79 | 52.95 | 32.64 | - |
| YUV | 156.25 | 117.7 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 138 | 0.82 | 0 | 0.37 | 0.14 | 152.85 | 0.71 | 0.51 |
| Hex | 28 | DB | 8A | 52 | 0 | 25 | E | 99 | 47 | 33 |
| Octal | 50 | 333 | 212 | 122 | 0 | 45 | 16 | 231 | 107 | 63 |
| Binary | 101000 | 11011011 | 10001010 | 1010010 | 0 | 100101 | 1110 | 10011001 | 1000111 | 110011 |
Color Harmonies of #28DB8A
Complementary color
Monochromatic Colors of #28DB8A
Black with #28DB8A
Text Example
Text Example
White with #28DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB8A; }
p { color: rgb(40,219,138); }
H1.HeaderClassName
{
color: #28DB8A;
}
.AnyTagClassName
{
color: #28DB8A;
}
</style>
background-color css
<style>
a { background-color: #28DB8A; }
a { background-color: rgb(40,219,138); }
div.DivClassName
{
background-color: #28DB8A;
}
.BgClassName
{
background-color: #28DB8A;
}
</style>
border-color css
<style>
span { border-color: #28DB8A; }
span { border-color: rgb(40,219,138); }
td.TdClassName
{
border-color: #28DB8A;
}
.TagClassName
{
border-color: #28DB8A;
}
</style>