Html Css Color HEX #2FA679 Jungle Green

📋 copy color: '#2FA679'

red 47 ◦ green 166 ◦ blue 121

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

Shades of Jungle Green #2FA679

Tints of Jungle Green #2FA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 14.07%
G = 49.7%
B = 36.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#2FA679 (or 0x2FA679) is known color: Jungle Green. HEX triplet: 2F, A6 and 79. RGB value is (47,166,121). Sum of RGB (Red+Green+Blue) = 47+166+121=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA679 is #D05986. Grayscale: #7D7D7D. Windows color (decimal): -13654407 or 7972399. OLE color: 7972399.

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

Color convert

RGB 47 166 121 -
CMYK 0.72 0 0.27 0.35
HSL 157.31º 0.56% 0.42% -
HSV(B) 157.31º 0.72% 0.65% -
XYZ 18.26 29.26 22.77 -
YUV 125.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 47 166 121 0.72 0 0.27 0.35 157.31 0.56 0.42
Hex 2F A6 79 48 0 1B 23 9D 38 2A
Octal 57 246 171 110 0 33 43 235 70 52
Binary 101111 10100110 1111001 1001000 0 11011 100011 10011101 111000 101010

Color Harmonies of #2FA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA679

Black with #2FA679

Text Example


Text Example

White with #2FA679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,166,121); }

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

background-color css

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

 a { background-color: rgb(47,166,121); }

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

border-color css

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

 span { border-color: rgb(47,166,121); }

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