#2FA67D

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

Shades of Jungle Green #2FA67D

Tints of Jungle Green #2FA67D

Color information

#2FA67D (or 0x2FA67D) is unknown color: approx Jungle Green. HEX triplet: 2F, A6 and 7D. RGB value is (47,166,125). Sum of RGB (Red+Green+Blue) = 47+166+125=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA67D is #D05982. Grayscale: #7D7D7D. Windows color (decimal): -13654403 or 8234543. OLE color: 8234543.

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

Color convert

RGB47166125-
CMYK0.7200.250.35
HSL159.33º55.87%41.76%-
HSV(B)159.33º71.69%65.1%-
XYZ18.5129.3624.09-
YUV125.74127.5871.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=13.91%
G=49.11%
B=36.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471661250.7200.250.35159.3355.8741.76
Hex2FA67D48019239f382a
Octal57246175110031432377052
Binary101111101001101111101100100001100110001110011111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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