Html Css Color HEX #2FA376 Jungle Green

📋 copy color: '#2FA376'

red 47 ◦ green 163 ◦ blue 118

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

Shades of Jungle Green #2FA376

Tints of Jungle Green #2FA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.7%

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

R = 14.33%
G = 49.7%
B = 35.98%

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

#2FA376 (or 0x2FA376) is known color: Jungle Green. HEX triplet: 2F, A3 and 76. RGB value is (47,163,118). Sum of RGB (Red+Green+Blue) = 47+163+118=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA376 is #D05C89. Grayscale: #7B7B7B. Windows color (decimal): -13655178 or 7775023. OLE color: 7775023.

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

Color convert

RGB 47 163 118 -
CMYK 0.71 0 0.28 0.36
HSL 156.72º 0.55% 0.41% -
HSV(B) 156.72º 0.71% 0.64% -
XYZ 17.54 28.11 21.64 -
YUV 123.19 125.07 73.66 -
System Red Green Blue C M Y K H S L
Decimal 47 163 118 0.71 0 0.28 0.36 156.72 0.55 0.41
Hex 2F A3 76 47 0 1C 24 9D 37 29
Octal 57 243 166 107 0 34 44 235 67 51
Binary 101111 10100011 1110110 1000111 0 11100 100100 10011101 110111 101001

Color Harmonies of #2FA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA376

Black with #2FA376

Text Example


Text Example

White with #2FA376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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