#2FB39A

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

Shades of Niagara #2FB39A

Tints of Niagara #2FB39A

Color information

#2FB39A (or 0x2FB39A) is unknown color: approx Niagara. HEX triplet: 2F, B3 and 9A. RGB value is (47,179,154). Sum of RGB (Red+Green+Blue) = 47+179+154=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB39A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB39A is #D04C65. Grayscale: #888888. Windows color (decimal): -13651046 or 10138415. OLE color: 10138415.

HSL color Cylindrical-coordinate representation of color #2FB39A: hue angle of 168.64º 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 #2FB39A is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB47179154-
CMYK0.7400.140.30
HSL168.64º58.41%44.31%-
HSV(B)168.64º73.74%70.2%-
XYZ23.1335.1836.14-
YUV136.68137.7764.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.37%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=12.37%
G=47.11%
B=40.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471791540.7400.140.30168.6458.4144.31
Hex2FB39A4A0E1Ea93a2c
Octal57263232112016362517254
Binary10111110110011100110101001010011101111010101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,179,154); }

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

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

 a { background-color: rgb(47,179,154); }

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

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

 span { border-color: rgb(47,179,154); }

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