Shades of Shamrock #2BD192
Tints of Shamrock #2BD192
RGB
CMYK
RGB Variations
Color information
#2BD192 (or 0x2BD192) is known color: Shamrock. HEX triplet: 2B, D1 and 92. RGB value is (43,209,146). Sum of RGB (Red+Green+Blue) = 43+209+146=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD192 is #D42E6D. Grayscale: #989898. Windows color (decimal): -13905518 or 9621803. OLE color: 9621803.
HSL color Cylindrical-coordinate representation of color #2BD192: hue angle of 157.23º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD192 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 146 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.18 |
| HSL | 157.23º | 0.66% | 0.49% | - |
| HSV(B) | 157.23º | 0.79% | 0.82% | - |
| XYZ | 28.99 | 48.19 | 34.97 | - |
| YUV | 152.18 | 124.5 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 146 | 0.79 | 0 | 0.30 | 0.18 | 157.23 | 0.66 | 0.49 |
| Hex | 2B | D1 | 92 | 4F | 0 | 1E | 12 | 9D | 42 | 31 |
| Octal | 53 | 321 | 222 | 117 | 0 | 36 | 22 | 235 | 102 | 61 |
| Binary | 101011 | 11010001 | 10010010 | 1001111 | 0 | 11110 | 10010 | 10011101 | 1000010 | 110001 |
Color Harmonies of #2BD192
Complementary color
Monochromatic Colors of #2BD192
Black with #2BD192
Text Example
Text Example
White with #2BD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD192; }
p { color: rgb(43,209,146); }
H1.HeaderClassName
{
color: #2BD192;
}
.AnyTagClassName
{
color: #2BD192;
}
</style>
background-color css
<style>
a { background-color: #2BD192; }
a { background-color: rgb(43,209,146); }
div.DivClassName
{
background-color: #2BD192;
}
.BgClassName
{
background-color: #2BD192;
}
</style>
border-color css
<style>
span { border-color: #2BD192; }
span { border-color: rgb(43,209,146); }
td.TdClassName
{
border-color: #2BD192;
}
.TagClassName
{
border-color: #2BD192;
}
</style>