#2FA58F

Color #2FA58F Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2FA58F

Tints of Niagara #2FA58F

Color information

#2FA58F (or 0x2FA58F) is unknown color: approx Niagara. HEX triplet: 2F, A5 and 8F. RGB value is (47,165,143). Sum of RGB (Red+Green+Blue) = 47+165+143=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA58F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA58F is #D05A70. Grayscale: #7F7F7F. Windows color (decimal): -13654641 or 9413935. OLE color: 9413935.

HSL color Cylindrical-coordinate representation of color #2FA58F: hue angle of 168.81º 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 #2FA58F is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB47165143-
CMYK0.7200.130.35
HSL168.81º55.66%41.57%-
HSV(B)168.81º71.52%64.71%-
XYZ19.5929.530.65-
YUV127.21136.9170.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.24%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=13.24%
G=46.48%
B=40.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471651430.7200.130.35168.8155.6641.57
Hex2FA58F480D23a9382a
Octal57245217110015432517052
Binary101111101001011000111110010000110110001110101001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FA58F; }

 p { color: rgb(47,165,143); }

 H1.HeaderClassName
 {
   color: #2FA58F;
 }
 .AnyTagClassName
 {
   color: #2FA58F;
 }
</style>
background-color css

<style>
 a { background-color: #2FA58F; }

 a { background-color: rgb(47,165,143); }

 div.DivClassName
 {
   background-color: #2FA58F;
 }
 .BgClassName
 {
   background-color: #2FA58F;
 }
</style>
border-color css

<style>
 span { border-color: #2FA58F; }

 span { border-color: rgb(47,165,143); }

 td.TdClassName
 {
   border-color: #2FA58F;
 }
 .TagClassName
 {
   border-color: #2FA58F;
 }
</style>