Shades of Niagara #2FB394
Tints of Niagara #2FB394
RGB
CMYK
RGB Variations
Color information
#2FB394 (or 0x2FB394) is known color: Niagara. HEX triplet: 2F, B3 and 94. RGB value is (47,179,148). Sum of RGB (Red+Green+Blue) = 47+179+148=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB394 is #D04C6B. Grayscale: #878787. Windows color (decimal): -13651052 or 9745199. OLE color: 9745199.
HSL color Cylindrical-coordinate representation of color #2FB394: hue angle of 165.91º 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 #2FB394 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 148 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.30 |
| HSL | 165.91º | 0.58% | 0.44% | - |
| HSV(B) | 165.91º | 0.74% | 0.7% | - |
| XYZ | 22.64 | 34.98 | 33.58 | - |
| YUV | 136 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 148 | 0.74 | 0 | 0.17 | 0.30 | 165.91 | 0.58 | 0.44 |
| Hex | 2F | B3 | 94 | 4A | 0 | 11 | 1E | A6 | 3A | 2C |
| Octal | 57 | 263 | 224 | 112 | 0 | 21 | 36 | 246 | 72 | 54 |
| Binary | 101111 | 10110011 | 10010100 | 1001010 | 0 | 10001 | 11110 | 10100110 | 111010 | 101100 |
Color Harmonies of #2FB394
Complementary color
Monochromatic Colors of #2FB394
Black with #2FB394
Text Example
Text Example
White with #2FB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB394; }
p { color: rgb(47,179,148); }
H1.HeaderClassName
{
color: #2FB394;
}
.AnyTagClassName
{
color: #2FB394;
}
</style>
background-color css
<style>
a { background-color: #2FB394; }
a { background-color: rgb(47,179,148); }
div.DivClassName
{
background-color: #2FB394;
}
.BgClassName
{
background-color: #2FB394;
}
</style>
border-color css
<style>
span { border-color: #2FB394; }
span { border-color: rgb(47,179,148); }
td.TdClassName
{
border-color: #2FB394;
}
.TagClassName
{
border-color: #2FB394;
}
</style>