Html Css Color HEX #2FA97A Jungle Green

📋 copy color: '#2FA97A'

red 47 ◦ green 169 ◦ blue 122

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

Shades of Jungle Green #2FA97A

Tints of Jungle Green #2FA97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 13.91%
G = 50%
B = 36.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#2FA97A (or 0x2FA97A) is known color: Jungle Green. HEX triplet: 2F, A9 and 7A. RGB value is (47,169,122). Sum of RGB (Red+Green+Blue) = 47+169+122=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA97A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA97A is #D05685. Grayscale: #7F7F7F. Windows color (decimal): -13653638 or 8038703. OLE color: 8038703.

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

Color convert

RGB 47 169 122 -
CMYK 0.72 0 0.28 0.34
HSL 156.89º 0.56% 0.42% -
HSV(B) 156.89º 0.72% 0.66% -
XYZ 18.87 30.39 23.28 -
YUV 127.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 47 169 122 0.72 0 0.28 0.34 156.89 0.56 0.42
Hex 2F A9 7A 48 0 1C 22 9D 38 2A
Octal 57 251 172 110 0 34 42 235 70 52
Binary 101111 10101001 1111010 1001000 0 11100 100010 10011101 111000 101010

Color Harmonies of #2FA97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA97A

Black with #2FA97A

Text Example


Text Example

White with #2FA97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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