Html Css Color HEX #2FA97C Jungle Green

📋 copy color: '#2FA97C'

red 47 ◦ green 169 ◦ blue 124

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

Shades of Jungle Green #2FA97C

Tints of Jungle Green #2FA97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.71%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 13.82%
G = 49.71%
B = 36.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#2FA97C (or 0x2FA97C) is known color: Jungle Green. HEX triplet: 2F, A9 and 7C. RGB value is (47,169,124). Sum of RGB (Red+Green+Blue) = 47+169+124=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA97C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA97C is #D05683. Grayscale: #7F7F7F. Windows color (decimal): -13653636 or 8169775. OLE color: 8169775.

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

Color convert

RGB 47 169 124 -
CMYK 0.72 0 0.27 0.34
HSL 157.87º 0.56% 0.42% -
HSV(B) 157.87º 0.72% 0.66% -
XYZ 19 30.44 23.94 -
YUV 127.39 126.08 70.66 -
System Red Green Blue C M Y K H S L
Decimal 47 169 124 0.72 0 0.27 0.34 157.87 0.56 0.42
Hex 2F A9 7C 48 0 1B 22 9E 38 2A
Octal 57 251 174 110 0 33 42 236 70 52
Binary 101111 10101001 1111100 1001000 0 11011 100010 10011110 111000 101010

Color Harmonies of #2FA97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA97C

Black with #2FA97C

Text Example


Text Example

White with #2FA97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,169,124); }

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

background-color css

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

 a { background-color: rgb(47,169,124); }

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

border-color css

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

 span { border-color: rgb(47,169,124); }

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