Shades of Shamrock #2FD595
Tints of Shamrock #2FD595
RGB
CMYK
RGB Variations
Color information
#2FD595 (or 0x2FD595) is known color: Shamrock. HEX triplet: 2F, D5 and 95. RGB value is (47,213,149). Sum of RGB (Red+Green+Blue) = 47+213+149=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD595 is #D02A6A. Grayscale: #9C9C9C. Windows color (decimal): -13642347 or 9819439. OLE color: 9819439.
HSL color Cylindrical-coordinate representation of color #2FD595: hue angle of 156.87º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD595 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 149 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.16 |
| HSL | 156.87º | 0.66% | 0.51% | - |
| HSV(B) | 156.87º | 0.78% | 0.84% | - |
| XYZ | 30.39 | 50.36 | 36.55 | - |
| YUV | 156.07 | 124 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 149 | 0.78 | 0 | 0.30 | 0.16 | 156.87 | 0.66 | 0.51 |
| Hex | 2F | D5 | 95 | 4E | 0 | 1E | 10 | 9D | 42 | 33 |
| Octal | 57 | 325 | 225 | 116 | 0 | 36 | 20 | 235 | 102 | 63 |
| Binary | 101111 | 11010101 | 10010101 | 1001110 | 0 | 11110 | 10000 | 10011101 | 1000010 | 110011 |
Color Harmonies of #2FD595
Complementary color
Monochromatic Colors of #2FD595
Black with #2FD595
Text Example
Text Example
White with #2FD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD595; }
p { color: rgb(47,213,149); }
H1.HeaderClassName
{
color: #2FD595;
}
.AnyTagClassName
{
color: #2FD595;
}
</style>
background-color css
<style>
a { background-color: #2FD595; }
a { background-color: rgb(47,213,149); }
div.DivClassName
{
background-color: #2FD595;
}
.BgClassName
{
background-color: #2FD595;
}
</style>
border-color css
<style>
span { border-color: #2FD595; }
span { border-color: rgb(47,213,149); }
td.TdClassName
{
border-color: #2FD595;
}
.TagClassName
{
border-color: #2FD595;
}
</style>