#2FA67E

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

Shades of Jungle Green #2FA67E

Tints of Jungle Green #2FA67E

Color information

#2FA67E (or 0x2FA67E) is unknown color: approx Jungle Green. HEX triplet: 2F, A6 and 7E. RGB value is (47,166,126). Sum of RGB (Red+Green+Blue) = 47+166+126=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA67E is #D05981. Grayscale: #7D7D7D. Windows color (decimal): -13654402 or 8300079. OLE color: 8300079.

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

Color convert

RGB47166126-
CMYK0.7200.240.35
HSL159.83º55.87%41.76%-
HSV(B)159.83º71.69%65.1%-
XYZ18.5729.3824.43-
YUV125.86128.0871.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.86%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=13.86%
G=48.97%
B=37.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471661260.7200.240.35159.8355.8741.76
Hex2FA67E4801823a0382a
Octal57246176110030432407052
Binary101111101001101111110100100001100010001110100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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