Shades of Shamrock #28DA76
Tints of Shamrock #28DA76
RGB
CMYK
RGB Variations
Color information
#28DA76 (or 0x28DA76) is known color: Shamrock. HEX triplet: 28, DA and 76. RGB value is (40,218,118). Sum of RGB (Red+Green+Blue) = 40+218+118=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DA76 is #D72589. Grayscale: #999999. Windows color (decimal): -14099850 or 7789096. OLE color: 7789096.
HSL color Cylindrical-coordinate representation of color #28DA76: hue angle of 146.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA76 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 118 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.15 |
| HSL | 146.29º | 0.71% | 0.51% | - |
| HSV(B) | 146.29º | 0.82% | 0.85% | - |
| XYZ | 29.22 | 51.9 | 25.62 | - |
| YUV | 153.38 | 108.03 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 118 | 0.82 | 0 | 0.46 | 0.15 | 146.29 | 0.71 | 0.51 |
| Hex | 28 | DA | 76 | 52 | 0 | 2E | F | 92 | 47 | 33 |
| Octal | 50 | 332 | 166 | 122 | 0 | 56 | 17 | 222 | 107 | 63 |
| Binary | 101000 | 11011010 | 1110110 | 1010010 | 0 | 101110 | 1111 | 10010010 | 1000111 | 110011 |
Color Harmonies of #28DA76
Complementary color
Monochromatic Colors of #28DA76
Black with #28DA76
Text Example
Text Example
White with #28DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA76; }
p { color: rgb(40,218,118); }
H1.HeaderClassName
{
color: #28DA76;
}
.AnyTagClassName
{
color: #28DA76;
}
</style>
background-color css
<style>
a { background-color: #28DA76; }
a { background-color: rgb(40,218,118); }
div.DivClassName
{
background-color: #28DA76;
}
.BgClassName
{
background-color: #28DA76;
}
</style>
border-color css
<style>
span { border-color: #28DA76; }
span { border-color: rgb(40,218,118); }
td.TdClassName
{
border-color: #28DA76;
}
.TagClassName
{
border-color: #28DA76;
}
</style>