Shades of Shamrock #2CEB8F
Tints of Shamrock #2CEB8F
RGB
CMYK
RGB Variations
Color information
#2CEB8F (or 0x2CEB8F) is known color: Shamrock. HEX triplet: 2C, EB and 8F. RGB value is (44,235,143). Sum of RGB (Red+Green+Blue) = 44+235+143=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEB8F is #D31470. Grayscale: #A7A7A7. Windows color (decimal): -13833329 or 9431852. OLE color: 9431852.
HSL color Cylindrical-coordinate representation of color #2CEB8F: hue angle of 151.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB8F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 143 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.08 |
| HSL | 151.1º | 0.83% | 0.55% | - |
| HSV(B) | 151.1º | 0.81% | 0.92% | - |
| XYZ | 35.7 | 61.94 | 36.06 | - |
| YUV | 167.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 143 | 0.81 | 0 | 0.39 | 0.08 | 151.1 | 0.83 | 0.55 |
| Hex | 2C | EB | 8F | 51 | 0 | 27 | 8 | 97 | 53 | 37 |
| Octal | 54 | 353 | 217 | 121 | 0 | 47 | 10 | 227 | 123 | 67 |
| Binary | 101100 | 11101011 | 10001111 | 1010001 | 0 | 100111 | 1000 | 10010111 | 1010011 | 110111 |
Color Harmonies of #2CEB8F
Complementary color
Monochromatic Colors of #2CEB8F
Black with #2CEB8F
Text Example
Text Example
White with #2CEB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB8F; }
p { color: rgb(44,235,143); }
H1.HeaderClassName
{
color: #2CEB8F;
}
.AnyTagClassName
{
color: #2CEB8F;
}
</style>
background-color css
<style>
a { background-color: #2CEB8F; }
a { background-color: rgb(44,235,143); }
div.DivClassName
{
background-color: #2CEB8F;
}
.BgClassName
{
background-color: #2CEB8F;
}
</style>
border-color css
<style>
span { border-color: #2CEB8F; }
span { border-color: rgb(44,235,143); }
td.TdClassName
{
border-color: #2CEB8F;
}
.TagClassName
{
border-color: #2CEB8F;
}
</style>