Shades of Shamrock #2AF28B
Tints of Shamrock #2AF28B
RGB
CMYK
RGB Variations
Color information
#2AF28B (or 0x2AF28B) is known color: Shamrock. HEX triplet: 2A, F2 and 8B. RGB value is (42,242,139). Sum of RGB (Red+Green+Blue) = 42+242+139=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF28B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF28B is #D50D74. Grayscale: #AAAAAA. Windows color (decimal): -13962613 or 9171498. OLE color: 9171498.
HSL color Cylindrical-coordinate representation of color #2AF28B: hue angle of 149.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF28B is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 139 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.05 |
| HSL | 149.1º | 0.88% | 0.56% | - |
| HSV(B) | 149.1º | 0.83% | 0.95% | - |
| XYZ | 37.37 | 65.86 | 35.17 | - |
| YUV | 170.46 | 110.24 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 139 | 0.83 | 0 | 0.43 | 0.05 | 149.1 | 0.88 | 0.56 |
| Hex | 2A | F2 | 8B | 53 | 0 | 2B | 5 | 95 | 58 | 38 |
| Octal | 52 | 362 | 213 | 123 | 0 | 53 | 5 | 225 | 130 | 70 |
| Binary | 101010 | 11110010 | 10001011 | 1010011 | 0 | 101011 | 101 | 10010101 | 1011000 | 111000 |
Color Harmonies of #2AF28B
Complementary color
Monochromatic Colors of #2AF28B
Black with #2AF28B
Text Example
Text Example
White with #2AF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF28B; }
p { color: rgb(42,242,139); }
H1.HeaderClassName
{
color: #2AF28B;
}
.AnyTagClassName
{
color: #2AF28B;
}
</style>
background-color css
<style>
a { background-color: #2AF28B; }
a { background-color: rgb(42,242,139); }
div.DivClassName
{
background-color: #2AF28B;
}
.BgClassName
{
background-color: #2AF28B;
}
</style>
border-color css
<style>
span { border-color: #2AF28B; }
span { border-color: rgb(42,242,139); }
td.TdClassName
{
border-color: #2AF28B;
}
.TagClassName
{
border-color: #2AF28B;
}
</style>