Shades of Shamrock #2FC98C
Tints of Shamrock #2FC98C
RGB
CMYK
RGB Variations
Color information
#2FC98C (or 0x2FC98C) is known color: Shamrock. HEX triplet: 2F, C9 and 8C. RGB value is (47,201,140). Sum of RGB (Red+Green+Blue) = 47+201+140=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC98C is #D03673. Grayscale: #949494. Windows color (decimal): -13645428 or 9226543. OLE color: 9226543.
HSL color Cylindrical-coordinate representation of color #2FC98C: hue angle of 156.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC98C is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 140 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.21 |
| HSL | 156.23º | 0.62% | 0.49% | - |
| HSV(B) | 156.23º | 0.77% | 0.79% | - |
| XYZ | 26.79 | 44.27 | 31.94 | - |
| YUV | 148 | 123.48 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 140 | 0.77 | 0 | 0.30 | 0.21 | 156.23 | 0.62 | 0.49 |
| Hex | 2F | C9 | 8C | 4D | 0 | 1E | 15 | 9C | 3E | 31 |
| Octal | 57 | 311 | 214 | 115 | 0 | 36 | 25 | 234 | 76 | 61 |
| Binary | 101111 | 11001001 | 10001100 | 1001101 | 0 | 11110 | 10101 | 10011100 | 111110 | 110001 |
Color Harmonies of #2FC98C
Complementary color
Monochromatic Colors of #2FC98C
Black with #2FC98C
Text Example
Text Example
White with #2FC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC98C; }
p { color: rgb(47,201,140); }
H1.HeaderClassName
{
color: #2FC98C;
}
.AnyTagClassName
{
color: #2FC98C;
}
</style>
background-color css
<style>
a { background-color: #2FC98C; }
a { background-color: rgb(47,201,140); }
div.DivClassName
{
background-color: #2FC98C;
}
.BgClassName
{
background-color: #2FC98C;
}
</style>
border-color css
<style>
span { border-color: #2FC98C; }
span { border-color: rgb(47,201,140); }
td.TdClassName
{
border-color: #2FC98C;
}
.TagClassName
{
border-color: #2FC98C;
}
</style>