Html Css Color HEX #2FAC86 Jungle Green

📋 copy color: '#2FAC86'

red 47 ◦ green 172 ◦ blue 134

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

Shades of Jungle Green #2FAC86

Tints of Jungle Green #2FAC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.96%

R = 13.31%
G = 48.73%
B = 37.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#2FAC86 (or 0x2FAC86) is known color: Jungle Green. HEX triplet: 2F, AC and 86. RGB value is (47,172,134). Sum of RGB (Red+Green+Blue) = 47+172+134=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAC86 is #D05379. Grayscale: #828282. Windows color (decimal): -13652858 or 8825903. OLE color: 8825903.

HSL color Cylindrical-coordinate representation of color #2FAC86: hue angle of 161.76º 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 #2FAC86 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 134 -
CMYK 0.73 0 0.22 0.33
HSL 161.76º 0.57% 0.43% -
HSV(B) 161.76º 0.73% 0.67% -
XYZ 20.23 31.83 27.63 -
YUV 130.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 47 172 134 0.73 0 0.22 0.33 161.76 0.57 0.43
Hex 2F AC 86 49 0 16 21 A2 39 2B
Octal 57 254 206 111 0 26 41 242 71 53
Binary 101111 10101100 10000110 1001001 0 10110 100001 10100010 111001 101011

Color Harmonies of #2FAC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC86

Black with #2FAC86

Text Example


Text Example

White with #2FAC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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