Shades of Shamrock #2FD298
Tints of Shamrock #2FD298
RGB
CMYK
RGB Variations
Color information
#2FD298 (or 0x2FD298) is known color: Shamrock. HEX triplet: 2F, D2 and 98. RGB value is (47,210,152). Sum of RGB (Red+Green+Blue) = 47+210+152=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD298 is #D02D67. Grayscale: #9A9A9A. Windows color (decimal): -13643112 or 10015279. OLE color: 10015279.
HSL color Cylindrical-coordinate representation of color #2FD298: hue angle of 158.65º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD298 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 152 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.18 |
| HSL | 158.65º | 0.64% | 0.5% | - |
| HSV(B) | 158.65º | 0.78% | 0.82% | - |
| XYZ | 29.89 | 48.96 | 37.58 | - |
| YUV | 154.65 | 126.5 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 152 | 0.78 | 0 | 0.28 | 0.18 | 158.65 | 0.64 | 0.5 |
| Hex | 2F | D2 | 98 | 4E | 0 | 1C | 12 | 9F | 40 | 32 |
| Octal | 57 | 322 | 230 | 116 | 0 | 34 | 22 | 237 | 100 | 62 |
| Binary | 101111 | 11010010 | 10011000 | 1001110 | 0 | 11100 | 10010 | 10011111 | 1000000 | 110010 |
Color Harmonies of #2FD298
Complementary color
Monochromatic Colors of #2FD298
Black with #2FD298
Text Example
Text Example
White with #2FD298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD298; }
p { color: rgb(47,210,152); }
H1.HeaderClassName
{
color: #2FD298;
}
.AnyTagClassName
{
color: #2FD298;
}
</style>
background-color css
<style>
a { background-color: #2FD298; }
a { background-color: rgb(47,210,152); }
div.DivClassName
{
background-color: #2FD298;
}
.BgClassName
{
background-color: #2FD298;
}
</style>
border-color css
<style>
span { border-color: #2FD298; }
span { border-color: rgb(47,210,152); }
td.TdClassName
{
border-color: #2FD298;
}
.TagClassName
{
border-color: #2FD298;
}
</style>