Html Css Color HEX #2FAC89 Jungle Green

📋 copy color: '#2FAC89'

red 47 ◦ green 172 ◦ blue 137

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

Shades of Jungle Green #2FAC89

Tints of Jungle Green #2FAC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.48%

R = 13.2%
G = 48.31%
B = 38.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#2FAC89 (or 0x2FAC89) is known color: Jungle Green. HEX triplet: 2F, AC and 89. RGB value is (47,172,137). Sum of RGB (Red+Green+Blue) = 47+172+137=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAC89 is #D05376. Grayscale: #828282. Windows color (decimal): -13652855 or 9022511. OLE color: 9022511.

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

Color convert

RGB 47 172 137 -
CMYK 0.73 0 0.20 0.33
HSL 163.2º 0.57% 0.43% -
HSV(B) 163.2º 0.73% 0.67% -
XYZ 20.44 31.92 28.75 -
YUV 130.64 131.59 68.35 -
System Red Green Blue C M Y K H S L
Decimal 47 172 137 0.73 0 0.20 0.33 163.2 0.57 0.43
Hex 2F AC 89 49 0 14 21 A3 39 2B
Octal 57 254 211 111 0 24 41 243 71 53
Binary 101111 10101100 10001001 1001001 0 10100 100001 10100011 111001 101011

Color Harmonies of #2FAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC89

Black with #2FAC89

Text Example


Text Example

White with #2FAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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