#2FA475

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

Shades of Jungle Green #2FA475

Tints of Jungle Green #2FA475

Color information

#2FA475 (or 0x2FA475) is unknown color: approx Jungle Green. HEX triplet: 2F, A4 and 75. RGB value is (47,164,117). Sum of RGB (Red+Green+Blue) = 47+164+117=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA475 is #D05B8A. Grayscale: #7B7B7B. Windows color (decimal): -13654923 or 7709743. OLE color: 7709743.

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

Color convert

RGB47164117-
CMYK0.7100.290.36
HSL155.9º55.45%41.37%-
HSV(B)155.9º71.34%64.31%-
XYZ17.6628.4421.39-
YUV123.66124.2473.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.33%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=14.33%
G=50%
B=35.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471641170.7100.290.36155.955.4541.37
Hex2FA4754701D249c3729
Octal57244165107035442346751
Binary101111101001001110101100011101110110010010011100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FA475;
 }
 .AnyTagClassName
 {
   color: #2FA475;
 }
</style>
background-color css

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

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

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

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

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

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