Html Css Color HEX #2FA476 Jungle Green

📋 copy color: '#2FA476'

red 47 ◦ green 164 ◦ blue 118

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

Shades of Jungle Green #2FA476

Tints of Jungle Green #2FA476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.85%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 14.29%
G = 49.85%
B = 35.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#2FA476 (or 0x2FA476) is known color: Jungle Green. HEX triplet: 2F, A4 and 76. RGB value is (47,164,118). Sum of RGB (Red+Green+Blue) = 47+164+118=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA476 is #D05B89. Grayscale: #7B7B7B. Windows color (decimal): -13654922 or 7775279. OLE color: 7775279.

HSL color Cylindrical-coordinate representation of color #2FA476: hue angle of 156.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA476 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 164 118 -
CMYK 0.71 0 0.28 0.36
HSL 156.41º 0.55% 0.41% -
HSV(B) 156.41º 0.71% 0.64% -
XYZ 17.72 28.46 21.7 -
YUV 123.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 47 164 118 0.71 0 0.28 0.36 156.41 0.55 0.41
Hex 2F A4 76 47 0 1C 24 9C 37 29
Octal 57 244 166 107 0 34 44 234 67 51
Binary 101111 10100100 1110110 1000111 0 11100 100100 10011100 110111 101001

Color Harmonies of #2FA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA476

Black with #2FA476

Text Example


Text Example

White with #2FA476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,164,118); }

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

background-color css

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

 a { background-color: rgb(47,164,118); }

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

border-color css

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

 span { border-color: rgb(47,164,118); }

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