Shades of Niagara #2FB597
Tints of Niagara #2FB597
RGB
CMYK
RGB Variations
Color information
#2FB597 (or 0x2FB597) is known color: Niagara. HEX triplet: 2F, B5 and 97. RGB value is (47,181,151). Sum of RGB (Red+Green+Blue) = 47+181+151=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB597 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB597 is #D04A68. Grayscale: #898989. Windows color (decimal): -13650537 or 9942319. OLE color: 9942319.
HSL color Cylindrical-coordinate representation of color #2FB597: hue angle of 166.57º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB597 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 151 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.29 |
| HSL | 166.57º | 0.59% | 0.45% | - |
| HSV(B) | 166.57º | 0.74% | 0.71% | - |
| XYZ | 23.28 | 35.89 | 34.98 | - |
| YUV | 137.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 151 | 0.74 | 0 | 0.17 | 0.29 | 166.57 | 0.59 | 0.45 |
| Hex | 2F | B5 | 97 | 4A | 0 | 11 | 1D | A7 | 3B | 2D |
| Octal | 57 | 265 | 227 | 112 | 0 | 21 | 35 | 247 | 73 | 55 |
| Binary | 101111 | 10110101 | 10010111 | 1001010 | 0 | 10001 | 11101 | 10100111 | 111011 | 101101 |
Color Harmonies of #2FB597
Complementary color
Monochromatic Colors of #2FB597
Black with #2FB597
Text Example
Text Example
White with #2FB597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB597; }
p { color: rgb(47,181,151); }
H1.HeaderClassName
{
color: #2FB597;
}
.AnyTagClassName
{
color: #2FB597;
}
</style>
background-color css
<style>
a { background-color: #2FB597; }
a { background-color: rgb(47,181,151); }
div.DivClassName
{
background-color: #2FB597;
}
.BgClassName
{
background-color: #2FB597;
}
</style>
border-color css
<style>
span { border-color: #2FB597; }
span { border-color: rgb(47,181,151); }
td.TdClassName
{
border-color: #2FB597;
}
.TagClassName
{
border-color: #2FB597;
}
</style>