#2FA476

Color #2FA476 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2FA476

Tints of Jungle Green #2FA476

Color information

#2FA476 (or 0x2FA476) is unknown color: approx 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

RGB47164118-
CMYK0.7100.280.36
HSL156.41º55.45%41.37%-
HSV(B)156.41º71.34%64.31%-
XYZ17.7228.4621.7-
YUV123.77124.7473.24-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471641180.7100.280.36156.4155.4541.37
Hex2FA4764701C249c3729
Octal57244166107034442346751
Binary101111101001001110110100011101110010010010011100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>