Shades of Shamrock #28E68B
Tints of Shamrock #28E68B
RGB
CMYK
RGB Variations
Color information
#28E68B (or 0x28E68B) is known color: Shamrock. HEX triplet: 28, E6 and 8B. RGB value is (40,230,139). Sum of RGB (Red+Green+Blue) = 40+230+139=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 230 (90.23% from 255 or 56.23% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 230 - color contains mainly: green. Hex color #28E68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28E68B is #D71974. Grayscale: #A2A2A2. Windows color (decimal): -14096757 or 9168424. OLE color: 9168424.
HSL color Cylindrical-coordinate representation of color #28E68B: hue angle of 151.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E68B is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 139 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.10 |
| HSL | 151.26º | 0.79% | 0.53% | - |
| HSV(B) | 151.26º | 0.83% | 0.9% | - |
| XYZ | 33.83 | 58.91 | 34.01 | - |
| YUV | 162.82 | 114.55 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 139 | 0.83 | 0 | 0.40 | 0.10 | 151.26 | 0.79 | 0.53 |
| Hex | 28 | E6 | 8B | 53 | 0 | 28 | A | 97 | 4F | 35 |
| Octal | 50 | 346 | 213 | 123 | 0 | 50 | 12 | 227 | 117 | 65 |
| Binary | 101000 | 11100110 | 10001011 | 1010011 | 0 | 101000 | 1010 | 10010111 | 1001111 | 110101 |
Color Harmonies of #28E68B
Complementary color
Monochromatic Colors of #28E68B
Black with #28E68B
Text Example
Text Example
White with #28E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E68B; }
p { color: rgb(40,230,139); }
H1.HeaderClassName
{
color: #28E68B;
}
.AnyTagClassName
{
color: #28E68B;
}
</style>
background-color css
<style>
a { background-color: #28E68B; }
a { background-color: rgb(40,230,139); }
div.DivClassName
{
background-color: #28E68B;
}
.BgClassName
{
background-color: #28E68B;
}
</style>
border-color css
<style>
span { border-color: #28E68B; }
span { border-color: rgb(40,230,139); }
td.TdClassName
{
border-color: #28E68B;
}
.TagClassName
{
border-color: #28E68B;
}
</style>