Shades of Shamrock #2BD492
Tints of Shamrock #2BD492
RGB
CMYK
RGB Variations
Color information
#2BD492 (or 0x2BD492) is known color: Shamrock. HEX triplet: 2B, D4 and 92. RGB value is (43,212,146). Sum of RGB (Red+Green+Blue) = 43+212+146=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD492 is #D42B6D. Grayscale: #9A9A9A. Windows color (decimal): -13904750 or 9622571. OLE color: 9622571.
HSL color Cylindrical-coordinate representation of color #2BD492: hue angle of 156.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD492 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 146 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.17 |
| HSL | 156.57º | 0.66% | 0.5% | - |
| HSV(B) | 156.57º | 0.8% | 0.83% | - |
| XYZ | 29.73 | 49.68 | 35.22 | - |
| YUV | 153.95 | 123.51 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 146 | 0.80 | 0 | 0.31 | 0.17 | 156.57 | 0.66 | 0.5 |
| Hex | 2B | D4 | 92 | 50 | 0 | 1F | 11 | 9D | 42 | 32 |
| Octal | 53 | 324 | 222 | 120 | 0 | 37 | 21 | 235 | 102 | 62 |
| Binary | 101011 | 11010100 | 10010010 | 1010000 | 0 | 11111 | 10001 | 10011101 | 1000010 | 110010 |
Color Harmonies of #2BD492
Complementary color
Monochromatic Colors of #2BD492
Black with #2BD492
Text Example
Text Example
White with #2BD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD492; }
p { color: rgb(43,212,146); }
H1.HeaderClassName
{
color: #2BD492;
}
.AnyTagClassName
{
color: #2BD492;
}
</style>
background-color css
<style>
a { background-color: #2BD492; }
a { background-color: rgb(43,212,146); }
div.DivClassName
{
background-color: #2BD492;
}
.BgClassName
{
background-color: #2BD492;
}
</style>
border-color css
<style>
span { border-color: #2BD492; }
span { border-color: rgb(43,212,146); }
td.TdClassName
{
border-color: #2BD492;
}
.TagClassName
{
border-color: #2BD492;
}
</style>