Html Css Color HEX #2FAC7C Jungle Green

📋 copy color: '#2FAC7C'

red 47 ◦ green 172 ◦ blue 124

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

Shades of Jungle Green #2FAC7C

Tints of Jungle Green #2FAC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.15%

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

R = 13.7%
G = 50.15%
B = 36.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#2FAC7C (or 0x2FAC7C) is known color: Jungle Green. HEX triplet: 2F, AC and 7C. RGB value is (47,172,124). Sum of RGB (Red+Green+Blue) = 47+172+124=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC7C is #D05383. Grayscale: #818181. Windows color (decimal): -13652868 or 8170543. OLE color: 8170543.

HSL color Cylindrical-coordinate representation of color #2FAC7C: hue angle of 156.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC7C is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 124 -
CMYK 0.73 0 0.28 0.33
HSL 156.96º 0.57% 0.43% -
HSV(B) 156.96º 0.73% 0.67% -
XYZ 19.56 31.56 24.13 -
YUV 129.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 47 172 124 0.73 0 0.28 0.33 156.96 0.57 0.43
Hex 2F AC 7C 49 0 1C 21 9D 39 2B
Octal 57 254 174 111 0 34 41 235 71 53
Binary 101111 10101100 1111100 1001001 0 11100 100001 10011101 111001 101011

Color Harmonies of #2FAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC7C

Black with #2FAC7C

Text Example


Text Example

White with #2FAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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