Shades of Shamrock #2ABF92
Tints of Shamrock #2ABF92
RGB
CMYK
RGB Variations
Color information
#2ABF92 (or 0x2ABF92) is known color: Shamrock. HEX triplet: 2A, BF and 92. RGB value is (42,191,146). Sum of RGB (Red+Green+Blue) = 42+191+146=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABF92 is #D5406D. Grayscale: #8D8D8D. Windows color (decimal): -13975662 or 9617194. OLE color: 9617194.
HSL color Cylindrical-coordinate representation of color #2ABF92: hue angle of 161.88º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF92 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 146 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.25 |
| HSL | 161.88º | 0.64% | 0.46% | - |
| HSV(B) | 161.88º | 0.78% | 0.75% | - |
| XYZ | 24.77 | 39.83 | 33.58 | - |
| YUV | 141.32 | 130.64 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 146 | 0.78 | 0 | 0.24 | 0.25 | 161.88 | 0.64 | 0.46 |
| Hex | 2A | BF | 92 | 4E | 0 | 18 | 19 | A2 | 40 | 2E |
| Octal | 52 | 277 | 222 | 116 | 0 | 30 | 31 | 242 | 100 | 56 |
| Binary | 101010 | 10111111 | 10010010 | 1001110 | 0 | 11000 | 11001 | 10100010 | 1000000 | 101110 |
Color Harmonies of #2ABF92
Complementary color
Monochromatic Colors of #2ABF92
Black with #2ABF92
Text Example
Text Example
White with #2ABF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF92; }
p { color: rgb(42,191,146); }
H1.HeaderClassName
{
color: #2ABF92;
}
.AnyTagClassName
{
color: #2ABF92;
}
</style>
background-color css
<style>
a { background-color: #2ABF92; }
a { background-color: rgb(42,191,146); }
div.DivClassName
{
background-color: #2ABF92;
}
.BgClassName
{
background-color: #2ABF92;
}
</style>
border-color css
<style>
span { border-color: #2ABF92; }
span { border-color: rgb(42,191,146); }
td.TdClassName
{
border-color: #2ABF92;
}
.TagClassName
{
border-color: #2ABF92;
}
</style>