Shades of Shamrock #2ACB7F
Tints of Shamrock #2ACB7F
RGB
CMYK
RGB Variations
Color information
#2ACB7F (or 0x2ACB7F) is known color: Shamrock. HEX triplet: 2A, CB and 7F. RGB value is (42,203,127). Sum of RGB (Red+Green+Blue) = 42+203+127=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB7F is #D53480. Grayscale: #929292. Windows color (decimal): -13972609 or 8375082. OLE color: 8375082.
HSL color Cylindrical-coordinate representation of color #2ACB7F: hue angle of 151.68º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB7F is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 127 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.20 |
| HSL | 151.68º | 0.66% | 0.48% | - |
| HSV(B) | 151.68º | 0.79% | 0.8% | - |
| XYZ | 26.14 | 44.74 | 27.34 | - |
| YUV | 146.2 | 117.16 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 127 | 0.79 | 0 | 0.37 | 0.20 | 151.68 | 0.66 | 0.48 |
| Hex | 2A | CB | 7F | 4F | 0 | 25 | 14 | 98 | 42 | 30 |
| Octal | 52 | 313 | 177 | 117 | 0 | 45 | 24 | 230 | 102 | 60 |
| Binary | 101010 | 11001011 | 1111111 | 1001111 | 0 | 100101 | 10100 | 10011000 | 1000010 | 110000 |
Color Harmonies of #2ACB7F
Complementary color
Monochromatic Colors of #2ACB7F
Black with #2ACB7F
Text Example
Text Example
White with #2ACB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB7F; }
p { color: rgb(42,203,127); }
H1.HeaderClassName
{
color: #2ACB7F;
}
.AnyTagClassName
{
color: #2ACB7F;
}
</style>
background-color css
<style>
a { background-color: #2ACB7F; }
a { background-color: rgb(42,203,127); }
div.DivClassName
{
background-color: #2ACB7F;
}
.BgClassName
{
background-color: #2ACB7F;
}
</style>
border-color css
<style>
span { border-color: #2ACB7F; }
span { border-color: rgb(42,203,127); }
td.TdClassName
{
border-color: #2ACB7F;
}
.TagClassName
{
border-color: #2ACB7F;
}
</style>