Shades of Shamrock #28D07F
Tints of Shamrock #28D07F
RGB
CMYK
RGB Variations
Color information
#28D07F (or 0x28D07F) is known color: Shamrock. HEX triplet: 28, D0 and 7F. RGB value is (40,208,127). Sum of RGB (Red+Green+Blue) = 40+208+127=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #28D07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D07F is #D72F80. Grayscale: #949494. Windows color (decimal): -14102401 or 8376360. OLE color: 8376360.
HSL color Cylindrical-coordinate representation of color #28D07F: hue angle of 151.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D07F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 127 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.18 |
| HSL | 151.07º | 0.68% | 0.49% | - |
| HSV(B) | 151.07º | 0.81% | 0.82% | - |
| XYZ | 27.26 | 47.1 | 27.73 | - |
| YUV | 148.53 | 115.84 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 127 | 0.81 | 0 | 0.39 | 0.18 | 151.07 | 0.68 | 0.49 |
| Hex | 28 | D0 | 7F | 51 | 0 | 27 | 12 | 97 | 44 | 31 |
| Octal | 50 | 320 | 177 | 121 | 0 | 47 | 22 | 227 | 104 | 61 |
| Binary | 101000 | 11010000 | 1111111 | 1010001 | 0 | 100111 | 10010 | 10010111 | 1000100 | 110001 |
Color Harmonies of #28D07F
Complementary color
Monochromatic Colors of #28D07F
Black with #28D07F
Text Example
Text Example
White with #28D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D07F; }
p { color: rgb(40,208,127); }
H1.HeaderClassName
{
color: #28D07F;
}
.AnyTagClassName
{
color: #28D07F;
}
</style>
background-color css
<style>
a { background-color: #28D07F; }
a { background-color: rgb(40,208,127); }
div.DivClassName
{
background-color: #28D07F;
}
.BgClassName
{
background-color: #28D07F;
}
</style>
border-color css
<style>
span { border-color: #28D07F; }
span { border-color: rgb(40,208,127); }
td.TdClassName
{
border-color: #28D07F;
}
.TagClassName
{
border-color: #28D07F;
}
</style>