Shades of Shamrock #2FCB92
Tints of Shamrock #2FCB92
RGB
CMYK
RGB Variations
Color information
#2FCB92 (or 0x2FCB92) is known color: Shamrock. HEX triplet: 2F, CB and 92. RGB value is (47,203,146). Sum of RGB (Red+Green+Blue) = 47+203+146=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCB92 is #D0346D. Grayscale: #959595. Windows color (decimal): -13644910 or 9620271. OLE color: 9620271.
HSL color Cylindrical-coordinate representation of color #2FCB92: hue angle of 158.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB92 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 146 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.20 |
| HSL | 158.08º | 0.62% | 0.49% | - |
| HSV(B) | 158.08º | 0.77% | 0.8% | - |
| XYZ | 27.72 | 45.39 | 34.49 | - |
| YUV | 149.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 146 | 0.77 | 0 | 0.28 | 0.20 | 158.08 | 0.62 | 0.49 |
| Hex | 2F | CB | 92 | 4D | 0 | 1C | 14 | 9E | 3E | 31 |
| Octal | 57 | 313 | 222 | 115 | 0 | 34 | 24 | 236 | 76 | 61 |
| Binary | 101111 | 11001011 | 10010010 | 1001101 | 0 | 11100 | 10100 | 10011110 | 111110 | 110001 |
Color Harmonies of #2FCB92
Complementary color
Monochromatic Colors of #2FCB92
Black with #2FCB92
Text Example
Text Example
White with #2FCB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB92; }
p { color: rgb(47,203,146); }
H1.HeaderClassName
{
color: #2FCB92;
}
.AnyTagClassName
{
color: #2FCB92;
}
</style>
background-color css
<style>
a { background-color: #2FCB92; }
a { background-color: rgb(47,203,146); }
div.DivClassName
{
background-color: #2FCB92;
}
.BgClassName
{
background-color: #2FCB92;
}
</style>
border-color css
<style>
span { border-color: #2FCB92; }
span { border-color: rgb(47,203,146); }
td.TdClassName
{
border-color: #2FCB92;
}
.TagClassName
{
border-color: #2FCB92;
}
</style>