#2FA38F

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

Shades of Niagara #2FA38F

Tints of Niagara #2FA38F

Color information

#2FA38F (or 0x2FA38F) is unknown color: approx Niagara. HEX triplet: 2F, A3 and 8F. RGB value is (47,163,143). Sum of RGB (Red+Green+Blue) = 47+163+143=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA38F is #D05C70. Grayscale: #7E7E7E. Windows color (decimal): -13655153 or 9413423. OLE color: 9413423.

HSL color Cylindrical-coordinate representation of color #2FA38F: hue angle of 169.66º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA38F is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB47163143-
CMYK0.7100.120.36
HSL169.66º55.24%41.18%-
HSV(B)169.66º71.17%63.92%-
XYZ19.2328.7830.53-
YUV126.04137.5771.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.31%
GREEN value IS 163 (64.06% from 255) = 46.18%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=13.31%
G=46.18%
B=40.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471631430.7100.120.36169.6655.2441.18
Hex2FA38F470C24aa3729
Octal57243217107014442526751
Binary101111101000111000111110001110110010010010101010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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