Html Css Color HEX #2FA587 Niagara

📋 copy color: '#2FA587'

red 47 ◦ green 165 ◦ blue 135

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

Shades of Niagara #2FA587

Tints of Niagara #2FA587

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.55%

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 13.54%
G = 47.55%
B = 38.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#2FA587 (or 0x2FA587) is known color: Niagara. HEX triplet: 2F, A5 and 87. RGB value is (47,165,135). Sum of RGB (Red+Green+Blue) = 47+165+135=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA587 is #D05A78. Grayscale: #7E7E7E. Windows color (decimal): -13654649 or 8889647. OLE color: 8889647.

HSL color Cylindrical-coordinate representation of color #2FA587: hue angle of 164.75º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA587 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 165 135 -
CMYK 0.72 0 0.18 0.35
HSL 164.75º 0.56% 0.42% -
HSV(B) 164.75º 0.72% 0.65% -
XYZ 19 29.26 27.57 -
YUV 126.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 47 165 135 0.72 0 0.18 0.35 164.75 0.56 0.42
Hex 2F A5 87 48 0 12 23 A5 38 2A
Octal 57 245 207 110 0 22 43 245 70 52
Binary 101111 10100101 10000111 1001000 0 10010 100011 10100101 111000 101010

Color Harmonies of #2FA587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA587

Black with #2FA587

Text Example


Text Example

White with #2FA587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,165,135); }

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

background-color css

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

 a { background-color: rgb(47,165,135); }

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

border-color css

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

 span { border-color: rgb(47,165,135); }

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