Shades of Shamrock #1FD28B
Tints of Shamrock #1FD28B
RGB
CMYK
RGB Variations
Color information
#1FD28B (or 0x1FD28B) is known color: Shamrock. HEX triplet: 1F, D2 and 8B. RGB value is (31,210,139). Sum of RGB (Red+Green+Blue) = 31+210+139=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD28B is #E02D74. Grayscale: #949494. Windows color (decimal): -14691701 or 9163295. OLE color: 9163295.
HSL color Cylindrical-coordinate representation of color #1FD28B: hue angle of 156.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD28B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 139 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.18 |
| HSL | 156.2º | 0.74% | 0.47% | - |
| HSV(B) | 156.2º | 0.85% | 0.82% | - |
| XYZ | 28.27 | 48.25 | 32.25 | - |
| YUV | 148.39 | 122.7 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 139 | 0.85 | 0 | 0.34 | 0.18 | 156.2 | 0.74 | 0.47 |
| Hex | 1F | D2 | 8B | 55 | 0 | 22 | 12 | 9C | 4A | 2F |
| Octal | 37 | 322 | 213 | 125 | 0 | 42 | 22 | 234 | 112 | 57 |
| Binary | 11111 | 11010010 | 10001011 | 1010101 | 0 | 100010 | 10010 | 10011100 | 1001010 | 101111 |
Color Harmonies of #1FD28B
Complementary color
Monochromatic Colors of #1FD28B
Black with #1FD28B
Text Example
Text Example
White with #1FD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD28B; }
p { color: rgb(31,210,139); }
H1.HeaderClassName
{
color: #1FD28B;
}
.AnyTagClassName
{
color: #1FD28B;
}
</style>
background-color css
<style>
a { background-color: #1FD28B; }
a { background-color: rgb(31,210,139); }
div.DivClassName
{
background-color: #1FD28B;
}
.BgClassName
{
background-color: #1FD28B;
}
</style>
border-color css
<style>
span { border-color: #1FD28B; }
span { border-color: rgb(31,210,139); }
td.TdClassName
{
border-color: #1FD28B;
}
.TagClassName
{
border-color: #1FD28B;
}
</style>