Shades of Shamrock #28D47A
Tints of Shamrock #28D47A
RGB
CMYK
RGB Variations
Color information
#28D47A (or 0x28D47A) is known color: Shamrock. HEX triplet: 28, D4 and 7A. RGB value is (40,212,122). Sum of RGB (Red+Green+Blue) = 40+212+122=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #28D47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D47A is #D72B85. Grayscale: #969696. Windows color (decimal): -14101382 or 8049704. OLE color: 8049704.
HSL color Cylindrical-coordinate representation of color #28D47A: hue angle of 148.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D47A is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 122 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.17 |
| HSL | 148.6º | 0.68% | 0.49% | - |
| HSV(B) | 148.6º | 0.81% | 0.83% | - |
| XYZ | 27.93 | 48.94 | 26.39 | - |
| YUV | 150.31 | 112.02 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 122 | 0.81 | 0 | 0.42 | 0.17 | 148.6 | 0.68 | 0.49 |
| Hex | 28 | D4 | 7A | 51 | 0 | 2A | 11 | 95 | 44 | 31 |
| Octal | 50 | 324 | 172 | 121 | 0 | 52 | 21 | 225 | 104 | 61 |
| Binary | 101000 | 11010100 | 1111010 | 1010001 | 0 | 101010 | 10001 | 10010101 | 1000100 | 110001 |
Color Harmonies of #28D47A
Complementary color
Monochromatic Colors of #28D47A
Black with #28D47A
Text Example
Text Example
White with #28D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D47A; }
p { color: rgb(40,212,122); }
H1.HeaderClassName
{
color: #28D47A;
}
.AnyTagClassName
{
color: #28D47A;
}
</style>
background-color css
<style>
a { background-color: #28D47A; }
a { background-color: rgb(40,212,122); }
div.DivClassName
{
background-color: #28D47A;
}
.BgClassName
{
background-color: #28D47A;
}
</style>
border-color css
<style>
span { border-color: #28D47A; }
span { border-color: rgb(40,212,122); }
td.TdClassName
{
border-color: #28D47A;
}
.TagClassName
{
border-color: #28D47A;
}
</style>