Shades of Niagara #2FA288
Tints of Niagara #2FA288
RGB
CMYK
RGB Variations
Color information
#2FA288 (or 0x2FA288) is known color: Niagara. HEX triplet: 2F, A2 and 88. RGB value is (47,162,136). Sum of RGB (Red+Green+Blue) = 47+162+136=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA288 is #D05D77. Grayscale: #7C7C7C. Windows color (decimal): -13655416 or 8954415. OLE color: 8954415.
HSL color Cylindrical-coordinate representation of color #2FA288: hue angle of 166.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA288 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 136 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.36 |
| HSL | 166.43º | 0.55% | 0.41% | - |
| HSV(B) | 166.43º | 0.71% | 0.64% | - |
| XYZ | 18.54 | 28.22 | 27.76 | - |
| YUV | 124.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 136 | 0.71 | 0 | 0.16 | 0.36 | 166.43 | 0.55 | 0.41 |
| Hex | 2F | A2 | 88 | 47 | 0 | 10 | 24 | A6 | 37 | 29 |
| Octal | 57 | 242 | 210 | 107 | 0 | 20 | 44 | 246 | 67 | 51 |
| Binary | 101111 | 10100010 | 10001000 | 1000111 | 0 | 10000 | 100100 | 10100110 | 110111 | 101001 |
Color Harmonies of #2FA288
Complementary color
Monochromatic Colors of #2FA288
Black with #2FA288
Text Example
Text Example
White with #2FA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA288; }
p { color: rgb(47,162,136); }
H1.HeaderClassName
{
color: #2FA288;
}
.AnyTagClassName
{
color: #2FA288;
}
</style>
background-color css
<style>
a { background-color: #2FA288; }
a { background-color: rgb(47,162,136); }
div.DivClassName
{
background-color: #2FA288;
}
.BgClassName
{
background-color: #2FA288;
}
</style>
border-color css
<style>
span { border-color: #2FA288; }
span { border-color: rgb(47,162,136); }
td.TdClassName
{
border-color: #2FA288;
}
.TagClassName
{
border-color: #2FA288;
}
</style>