Html Css Color HEX #2FB17F Jungle Green

📋 copy color: '#2FB17F'

red 47 ◦ green 177 ◦ blue 127

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

Shades of Jungle Green #2FB17F

Tints of Jungle Green #2FB17F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.43%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 13.39%
G = 50.43%
B = 36.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#2FB17F (or 0x2FB17F) is known color: Jungle Green. HEX triplet: 2F, B1 and 7F. RGB value is (47,177,127). Sum of RGB (Red+Green+Blue) = 47+177+127=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB17F is #D04E80. Grayscale: #848484. Windows color (decimal): -13651585 or 8368431. OLE color: 8368431.

HSL color Cylindrical-coordinate representation of color #2FB17F: hue angle of 156.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB17F is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 127 -
CMYK 0.73 0 0.28 0.31
HSL 156.92º 0.58% 0.44% -
HSV(B) 156.92º 0.73% 0.69% -
XYZ 20.73 33.58 25.47 -
YUV 132.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 47 177 127 0.73 0 0.28 0.31 156.92 0.58 0.44
Hex 2F B1 7F 49 0 1C 1F 9D 3A 2C
Octal 57 261 177 111 0 34 37 235 72 54
Binary 101111 10110001 1111111 1001001 0 11100 11111 10011101 111010 101100

Color Harmonies of #2FB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB17F

Black with #2FB17F

Text Example


Text Example

White with #2FB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,127); }

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

background-color css

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

 a { background-color: rgb(47,177,127); }

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

border-color css

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

 span { border-color: rgb(47,177,127); }

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