Html Css Color HEX #2FA67F Jungle Green

📋 copy color: '#2FA67F'

red 47 ◦ green 166 ◦ blue 127

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

Shades of Jungle Green #2FA67F

Tints of Jungle Green #2FA67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 13.82%
G = 48.82%
B = 37.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#2FA67F (or 0x2FA67F) is known color: Jungle Green. HEX triplet: 2F, A6 and 7F. RGB value is (47,166,127). Sum of RGB (Red+Green+Blue) = 47+166+127=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA67F is #D05980. Grayscale: #7E7E7E. Windows color (decimal): -13654401 or 8365615. OLE color: 8365615.

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

Color convert

RGB 47 166 127 -
CMYK 0.72 0 0.23 0.35
HSL 160.34º 0.56% 0.42% -
HSV(B) 160.34º 0.72% 0.65% -
XYZ 18.64 29.41 24.77 -
YUV 125.97 128.58 71.67 -
System Red Green Blue C M Y K H S L
Decimal 47 166 127 0.72 0 0.23 0.35 160.34 0.56 0.42
Hex 2F A6 7F 48 0 17 23 A0 38 2A
Octal 57 246 177 110 0 27 43 240 70 52
Binary 101111 10100110 1111111 1001000 0 10111 100011 10100000 111000 101010

Color Harmonies of #2FA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA67F

Black with #2FA67F

Text Example


Text Example

White with #2FA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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