Shades of Shamrock #2FD082
Tints of Shamrock #2FD082
RGB
CMYK
RGB Variations
Color information
#2FD082 (or 0x2FD082) is known color: Shamrock. HEX triplet: 2F, D0 and 82. RGB value is (47,208,130). Sum of RGB (Red+Green+Blue) = 47+208+130=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD082 is #D02F7D. Grayscale: #979797. Windows color (decimal): -13643646 or 8572975. OLE color: 8572975.
HSL color Cylindrical-coordinate representation of color #2FD082: hue angle of 150.93º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD082 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
RGB | 47 | 208 | 130 | - |
CMYK | 0.77 | 0 | 0.38 | 0.18 |
HSL | 150.93º | 0.63% | 0.5% | - |
HSV(B) | 150.93º | 0.77% | 0.82% | - |
XYZ | 27.76 | 47.33 | 28.79 | - |
YUV | 150.97 | 116.16 | 53.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 208 | 130 | 0.77 | 0 | 0.38 | 0.18 | 150.93 | 0.63 | 0.5 |
Hex | 2F | D0 | 82 | 4D | 0 | 26 | 12 | 97 | 3F | 32 |
Octal | 57 | 320 | 202 | 115 | 0 | 46 | 22 | 227 | 77 | 62 |
Binary | 101111 | 11010000 | 10000010 | 1001101 | 0 | 100110 | 10010 | 10010111 | 111111 | 110010 |
Color Harmonies of #2FD082
Complementary color
Monochromatic Colors of #2FD082
Black with #2FD082
Text Example
Text Example
White with #2FD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD082; }
p { color: rgb(47,208,130); }
H1.HeaderClassName
{
color: #2FD082;
}
.AnyTagClassName
{
color: #2FD082;
}
</style>
background-color css
<style>
a { background-color: #2FD082; }
a { background-color: rgb(47,208,130); }
div.DivClassName
{
background-color: #2FD082;
}
.BgClassName
{
background-color: #2FD082;
}
</style>
border-color css
<style>
span { border-color: #2FD082; }
span { border-color: rgb(47,208,130); }
td.TdClassName
{
border-color: #2FD082;
}
.TagClassName
{
border-color: #2FD082;
}
</style>