Shades of Shamrock #2BC38F
Tints of Shamrock #2BC38F
RGB
CMYK
RGB Variations
Color information
#2BC38F (or 0x2BC38F) is known color: Shamrock. HEX triplet: 2B, C3 and 8F. RGB value is (43,195,143). Sum of RGB (Red+Green+Blue) = 43+195+143=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC38F is #D43C70. Grayscale: #8F8F8F. Windows color (decimal): -13909105 or 9421611. OLE color: 9421611.
HSL color Cylindrical-coordinate representation of color #2BC38F: hue angle of 159.47º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC38F is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 143 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.24 |
| HSL | 159.47º | 0.64% | 0.47% | - |
| HSV(B) | 159.47º | 0.78% | 0.76% | - |
| XYZ | 25.47 | 41.53 | 32.66 | - |
| YUV | 143.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 143 | 0.78 | 0 | 0.27 | 0.24 | 159.47 | 0.64 | 0.47 |
| Hex | 2B | C3 | 8F | 4E | 0 | 1B | 18 | 9F | 40 | 2F |
| Octal | 53 | 303 | 217 | 116 | 0 | 33 | 30 | 237 | 100 | 57 |
| Binary | 101011 | 11000011 | 10001111 | 1001110 | 0 | 11011 | 11000 | 10011111 | 1000000 | 101111 |
Color Harmonies of #2BC38F
Complementary color
Monochromatic Colors of #2BC38F
Black with #2BC38F
Text Example
Text Example
White with #2BC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC38F; }
p { color: rgb(43,195,143); }
H1.HeaderClassName
{
color: #2BC38F;
}
.AnyTagClassName
{
color: #2BC38F;
}
</style>
background-color css
<style>
a { background-color: #2BC38F; }
a { background-color: rgb(43,195,143); }
div.DivClassName
{
background-color: #2BC38F;
}
.BgClassName
{
background-color: #2BC38F;
}
</style>
border-color css
<style>
span { border-color: #2BC38F; }
span { border-color: rgb(43,195,143); }
td.TdClassName
{
border-color: #2BC38F;
}
.TagClassName
{
border-color: #2BC38F;
}
</style>