Html Css Color HEX #2FB599 Niagara

📋 copy color: '#2FB599'

red 47 ◦ green 181 ◦ blue 153

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

Shades of Niagara #2FB599

Tints of Niagara #2FB599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 12.34%
G = 47.51%
B = 40.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#2FB599 (or 0x2FB599) is known color: Niagara. HEX triplet: 2F, B5 and 99. RGB value is (47,181,153). Sum of RGB (Red+Green+Blue) = 47+181+153=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB599 is #D04A66. Grayscale: #898989. Windows color (decimal): -13650535 or 10073391. OLE color: 10073391.

HSL color Cylindrical-coordinate representation of color #2FB599: hue angle of 167.46º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB599 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 181 153 -
CMYK 0.74 0 0.15 0.29
HSL 167.46º 0.59% 0.45% -
HSV(B) 167.46º 0.74% 0.71% -
XYZ 23.45 35.95 35.84 -
YUV 137.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 47 181 153 0.74 0 0.15 0.29 167.46 0.59 0.45
Hex 2F B5 99 4A 0 F 1D A7 3B 2D
Octal 57 265 231 112 0 17 35 247 73 55
Binary 101111 10110101 10011001 1001010 0 1111 11101 10100111 111011 101101

Color Harmonies of #2FB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB599

Black with #2FB599

Text Example


Text Example

White with #2FB599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,181,153); }

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

background-color css

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

 a { background-color: rgb(47,181,153); }

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

border-color css

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

 span { border-color: rgb(47,181,153); }

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