Shades of Shamrock #2BEA7B
Tints of Shamrock #2BEA7B
RGB
CMYK
RGB Variations
Color information
#2BEA7B (or 0x2BEA7B) is known color: Shamrock. HEX triplet: 2B, EA and 7B. RGB value is (43,234,123). Sum of RGB (Red+Green+Blue) = 43+234+123=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA7B is #D41584. Grayscale: #A4A4A4. Windows color (decimal): -13899141 or 8120875. OLE color: 8120875.
HSL color Cylindrical-coordinate representation of color #2BEA7B: hue angle of 145.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA7B is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 123 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.08 |
| HSL | 145.13º | 0.82% | 0.54% | - |
| HSV(B) | 145.13º | 0.82% | 0.92% | - |
| XYZ | 33.99 | 60.79 | 28.68 | - |
| YUV | 164.24 | 104.72 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 123 | 0.82 | 0 | 0.47 | 0.08 | 145.13 | 0.82 | 0.54 |
| Hex | 2B | EA | 7B | 52 | 0 | 2F | 8 | 91 | 52 | 36 |
| Octal | 53 | 352 | 173 | 122 | 0 | 57 | 10 | 221 | 122 | 66 |
| Binary | 101011 | 11101010 | 1111011 | 1010010 | 0 | 101111 | 1000 | 10010001 | 1010010 | 110110 |
Color Harmonies of #2BEA7B
Complementary color
Monochromatic Colors of #2BEA7B
Black with #2BEA7B
Text Example
Text Example
White with #2BEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA7B; }
p { color: rgb(43,234,123); }
H1.HeaderClassName
{
color: #2BEA7B;
}
.AnyTagClassName
{
color: #2BEA7B;
}
</style>
background-color css
<style>
a { background-color: #2BEA7B; }
a { background-color: rgb(43,234,123); }
div.DivClassName
{
background-color: #2BEA7B;
}
.BgClassName
{
background-color: #2BEA7B;
}
</style>
border-color css
<style>
span { border-color: #2BEA7B; }
span { border-color: rgb(43,234,123); }
td.TdClassName
{
border-color: #2BEA7B;
}
.TagClassName
{
border-color: #2BEA7B;
}
</style>