Shades of Shamrock #2ABE92
Tints of Shamrock #2ABE92
RGB
CMYK
RGB Variations
Color information
#2ABE92 (or 0x2ABE92) is known color: Shamrock. HEX triplet: 2A, BE and 92. RGB value is (42,190,146). Sum of RGB (Red+Green+Blue) = 42+190+146=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE92 is #D5416D. Grayscale: #8C8C8C. Windows color (decimal): -13975918 or 9616938. OLE color: 9616938.
HSL color Cylindrical-coordinate representation of color #2ABE92: hue angle of 162.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE92 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 146 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.25 |
| HSL | 162.16º | 0.64% | 0.45% | - |
| HSV(B) | 162.16º | 0.78% | 0.75% | - |
| XYZ | 24.56 | 39.39 | 33.5 | - |
| YUV | 140.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 146 | 0.78 | 0 | 0.23 | 0.25 | 162.16 | 0.64 | 0.45 |
| Hex | 2A | BE | 92 | 4E | 0 | 17 | 19 | A2 | 40 | 2D |
| Octal | 52 | 276 | 222 | 116 | 0 | 27 | 31 | 242 | 100 | 55 |
| Binary | 101010 | 10111110 | 10010010 | 1001110 | 0 | 10111 | 11001 | 10100010 | 1000000 | 101101 |
Color Harmonies of #2ABE92
Complementary color
Monochromatic Colors of #2ABE92
Black with #2ABE92
Text Example
Text Example
White with #2ABE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE92; }
p { color: rgb(42,190,146); }
H1.HeaderClassName
{
color: #2ABE92;
}
.AnyTagClassName
{
color: #2ABE92;
}
</style>
background-color css
<style>
a { background-color: #2ABE92; }
a { background-color: rgb(42,190,146); }
div.DivClassName
{
background-color: #2ABE92;
}
.BgClassName
{
background-color: #2ABE92;
}
</style>
border-color css
<style>
span { border-color: #2ABE92; }
span { border-color: rgb(42,190,146); }
td.TdClassName
{
border-color: #2ABE92;
}
.TagClassName
{
border-color: #2ABE92;
}
</style>