Html Css Color HEX #2FA77E Jungle Green

📋 copy color: '#2FA77E'

red 47 ◦ green 167 ◦ blue 126

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

Shades of Jungle Green #2FA77E

Tints of Jungle Green #2FA77E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.12%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 13.82%
G = 49.12%
B = 37.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#2FA77E (or 0x2FA77E) is known color: Jungle Green. HEX triplet: 2F, A7 and 7E. RGB value is (47,167,126). Sum of RGB (Red+Green+Blue) = 47+167+126=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA77E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA77E is #D05881. Grayscale: #7E7E7E. Windows color (decimal): -13654146 or 8300335. OLE color: 8300335.

HSL color Cylindrical-coordinate representation of color #2FA77E: hue angle of 159.5º 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 #2FA77E is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 167 126 -
CMYK 0.72 0 0.25 0.35
HSL 159.5º 0.56% 0.42% -
HSV(B) 159.5º 0.72% 0.65% -
XYZ 18.76 29.75 24.49 -
YUV 126.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 47 167 126 0.72 0 0.25 0.35 159.5 0.56 0.42
Hex 2F A7 7E 48 0 19 23 A0 38 2A
Octal 57 247 176 110 0 31 43 240 70 52
Binary 101111 10100111 1111110 1001000 0 11001 100011 10100000 111000 101010

Color Harmonies of #2FA77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA77E

Black with #2FA77E

Text Example


Text Example

White with #2FA77E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,167,126); }

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

background-color css

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

 a { background-color: rgb(47,167,126); }

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

border-color css

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

 span { border-color: rgb(47,167,126); }

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