Shades of Shamrock #2FCAA9
Tints of Shamrock #2FCAA9
RGB
CMYK
RGB Variations
Color information
#2FCAA9 (or 0x2FCAA9) is known color: Shamrock. HEX triplet: 2F, CA and A9. RGB value is (47,202,169). Sum of RGB (Red+Green+Blue) = 47+202+169=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCAA9 is #D03556. Grayscale: #979797. Windows color (decimal): -13645143 or 11127343. OLE color: 11127343.
HSL color Cylindrical-coordinate representation of color #2FCAA9: hue angle of 167.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCAA9 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 169 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.21 |
| HSL | 167.23º | 0.62% | 0.49% | - |
| HSV(B) | 167.23º | 0.77% | 0.79% | - |
| XYZ | 29.45 | 45.71 | 44.81 | - |
| YUV | 151.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 169 | 0.77 | 0 | 0.16 | 0.21 | 167.23 | 0.62 | 0.49 |
| Hex | 2F | CA | A9 | 4D | 0 | 10 | 15 | A7 | 3E | 31 |
| Octal | 57 | 312 | 251 | 115 | 0 | 20 | 25 | 247 | 76 | 61 |
| Binary | 101111 | 11001010 | 10101001 | 1001101 | 0 | 10000 | 10101 | 10100111 | 111110 | 110001 |
Color Harmonies of #2FCAA9
Complementary color
Monochromatic Colors of #2FCAA9
Black with #2FCAA9
Text Example
Text Example
White with #2FCAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAA9; }
p { color: rgb(47,202,169); }
H1.HeaderClassName
{
color: #2FCAA9;
}
.AnyTagClassName
{
color: #2FCAA9;
}
</style>
background-color css
<style>
a { background-color: #2FCAA9; }
a { background-color: rgb(47,202,169); }
div.DivClassName
{
background-color: #2FCAA9;
}
.BgClassName
{
background-color: #2FCAA9;
}
</style>
border-color css
<style>
span { border-color: #2FCAA9; }
span { border-color: rgb(47,202,169); }
td.TdClassName
{
border-color: #2FCAA9;
}
.TagClassName
{
border-color: #2FCAA9;
}
</style>