Shades of Niagara #2FB299
Tints of Niagara #2FB299
RGB
CMYK
RGB Variations
Color information
#2FB299 (or 0x2FB299) is known color: Niagara. HEX triplet: 2F, B2 and 99. RGB value is (47,178,153). Sum of RGB (Red+Green+Blue) = 47+178+153=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB299 is #D04D66. Grayscale: #878787. Windows color (decimal): -13651303 or 10072623. OLE color: 10072623.
HSL color Cylindrical-coordinate representation of color #2FB299: hue angle of 168.55º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB299 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 153 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.30 |
| HSL | 168.55º | 0.58% | 0.44% | - |
| HSV(B) | 168.55º | 0.74% | 0.7% | - |
| XYZ | 22.84 | 34.75 | 35.64 | - |
| YUV | 135.98 | 137.6 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 153 | 0.74 | 0 | 0.14 | 0.30 | 168.55 | 0.58 | 0.44 |
| Hex | 2F | B2 | 99 | 4A | 0 | E | 1E | A9 | 3A | 2C |
| Octal | 57 | 262 | 231 | 112 | 0 | 16 | 36 | 251 | 72 | 54 |
| Binary | 101111 | 10110010 | 10011001 | 1001010 | 0 | 1110 | 11110 | 10101001 | 111010 | 101100 |
Color Harmonies of #2FB299
Complementary color
Monochromatic Colors of #2FB299
Black with #2FB299
Text Example
Text Example
White with #2FB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB299; }
p { color: rgb(47,178,153); }
H1.HeaderClassName
{
color: #2FB299;
}
.AnyTagClassName
{
color: #2FB299;
}
</style>
background-color css
<style>
a { background-color: #2FB299; }
a { background-color: rgb(47,178,153); }
div.DivClassName
{
background-color: #2FB299;
}
.BgClassName
{
background-color: #2FB299;
}
</style>
border-color css
<style>
span { border-color: #2FB299; }
span { border-color: rgb(47,178,153); }
td.TdClassName
{
border-color: #2FB299;
}
.TagClassName
{
border-color: #2FB299;
}
</style>