#2FB393

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

Shades of Niagara #2FB393

Tints of Niagara #2FB393

Color information

#2FB393 (or 0x2FB393) is unknown color: approx Niagara. HEX triplet: 2F, B3 and 93. RGB value is (47,179,147). Sum of RGB (Red+Green+Blue) = 47+179+147=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB393 is #D04C6C. Grayscale: #878787. Windows color (decimal): -13651053 or 9679663. OLE color: 9679663.

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

Color convert

RGB47179147-
CMYK0.7400.180.30
HSL165.45º58.41%44.31%-
HSV(B)165.45º73.74%70.2%-
XYZ22.5634.9533.16-
YUV135.88134.2764.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.60%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=12.60%
G=47.99%
B=39.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471791470.7400.180.30165.4558.4144.31
Hex2FB3934A0121Ea53a2c
Octal57263223112022362457254
Binary101111101100111001001110010100100101111010100101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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