Html Css Color HEX #2FA396 Niagara

📋 copy color: '#2FA396'

red 47 ◦ green 163 ◦ blue 150

#2FA396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2FA396

Tints of Niagara #2FA396

RGB

 RED value IS 47 (18.75% from 255) = 13.06%

 GREEN value IS 163 (64.06% from 255) = 45.28%

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 13.06%
G = 45.28%
B = 41.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#2FA396 (or 0x2FA396) is known color: Niagara. HEX triplet: 2F, A3 and 96. RGB value is (47,163,150). Sum of RGB (Red+Green+Blue) = 47+163+150=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA396 is #D05C69. Grayscale: #7E7E7E. Windows color (decimal): -13655146 or 9872175. OLE color: 9872175.

HSL color Cylindrical-coordinate representation of color #2FA396: hue angle of 173.28º 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 #2FA396 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 163 150 -
CMYK 0.71 0 0.08 0.36
HSL 173.28º 0.55% 0.41% -
HSV(B) 173.28º 0.71% 0.64% -
XYZ 19.77 29 33.41 -
YUV 126.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 47 163 150 0.71 0 0.08 0.36 173.28 0.55 0.41
Hex 2F A3 96 47 0 8 24 AD 37 29
Octal 57 243 226 107 0 10 44 255 67 51
Binary 101111 10100011 10010110 1000111 0 1000 100100 10101101 110111 101001

Color Harmonies of #2FA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA396

Black with #2FA396

Text Example


Text Example

White with #2FA396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FA396;
 }
 .AnyTagClassName
 {
   color: #2FA396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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