Shades of Niagara #2FA78E
Tints of Niagara #2FA78E
RGB
CMYK
RGB Variations
Color information
#2FA78E (or 0x2FA78E) is known color: Niagara. HEX triplet: 2F, A7 and 8E. RGB value is (47,167,142). Sum of RGB (Red+Green+Blue) = 47+167+142=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA78E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA78E is #D05871. Grayscale: #808080. Windows color (decimal): -13654130 or 9348911. OLE color: 9348911.
HSL color Cylindrical-coordinate representation of color #2FA78E: hue angle of 167.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA78E is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 142 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.35 |
| HSL | 167.5º | 0.56% | 0.42% | - |
| HSV(B) | 167.5º | 0.72% | 0.65% | - |
| XYZ | 19.87 | 30.19 | 30.37 | - |
| YUV | 128.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 142 | 0.72 | 0 | 0.15 | 0.35 | 167.5 | 0.56 | 0.42 |
| Hex | 2F | A7 | 8E | 48 | 0 | F | 23 | A8 | 38 | 2A |
| Octal | 57 | 247 | 216 | 110 | 0 | 17 | 43 | 250 | 70 | 52 |
| Binary | 101111 | 10100111 | 10001110 | 1001000 | 0 | 1111 | 100011 | 10101000 | 111000 | 101010 |
Color Harmonies of #2FA78E
Complementary color
Monochromatic Colors of #2FA78E
Black with #2FA78E
Text Example
Text Example
White with #2FA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA78E; }
p { color: rgb(47,167,142); }
H1.HeaderClassName
{
color: #2FA78E;
}
.AnyTagClassName
{
color: #2FA78E;
}
</style>
background-color css
<style>
a { background-color: #2FA78E; }
a { background-color: rgb(47,167,142); }
div.DivClassName
{
background-color: #2FA78E;
}
.BgClassName
{
background-color: #2FA78E;
}
</style>
border-color css
<style>
span { border-color: #2FA78E; }
span { border-color: rgb(47,167,142); }
td.TdClassName
{
border-color: #2FA78E;
}
.TagClassName
{
border-color: #2FA78E;
}
</style>