Shades of Shamrock #2FC382
Tints of Shamrock #2FC382
RGB
CMYK
RGB Variations
Color information
#2FC382 (or 0x2FC382) is known color: Shamrock. HEX triplet: 2F, C3 and 82. RGB value is (47,195,130). Sum of RGB (Red+Green+Blue) = 47+195+130=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC382 is #D03C7D. Grayscale: #8F8F8F. Windows color (decimal): -13646974 or 8569647. OLE color: 8569647.
HSL color Cylindrical-coordinate representation of color #2FC382: hue angle of 153.65º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC382 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 130 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.24 |
| HSL | 153.65º | 0.61% | 0.47% | - |
| HSV(B) | 153.65º | 0.76% | 0.76% | - |
| XYZ | 24.72 | 41.25 | 27.78 | - |
| YUV | 143.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 130 | 0.76 | 0 | 0.33 | 0.24 | 153.65 | 0.61 | 0.47 |
| Hex | 2F | C3 | 82 | 4C | 0 | 21 | 18 | 9A | 3D | 2F |
| Octal | 57 | 303 | 202 | 114 | 0 | 41 | 30 | 232 | 75 | 57 |
| Binary | 101111 | 11000011 | 10000010 | 1001100 | 0 | 100001 | 11000 | 10011010 | 111101 | 101111 |
Color Harmonies of #2FC382
Complementary color
Monochromatic Colors of #2FC382
Black with #2FC382
Text Example
Text Example
White with #2FC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC382; }
p { color: rgb(47,195,130); }
H1.HeaderClassName
{
color: #2FC382;
}
.AnyTagClassName
{
color: #2FC382;
}
</style>
background-color css
<style>
a { background-color: #2FC382; }
a { background-color: rgb(47,195,130); }
div.DivClassName
{
background-color: #2FC382;
}
.BgClassName
{
background-color: #2FC382;
}
</style>
border-color css
<style>
span { border-color: #2FC382; }
span { border-color: rgb(47,195,130); }
td.TdClassName
{
border-color: #2FC382;
}
.TagClassName
{
border-color: #2FC382;
}
</style>