#2FB17E

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

Shades of Jungle Green #2FB17E

Tints of Jungle Green #2FB17E

Color information

#2FB17E (or 0x2FB17E) is unknown color: approx Jungle Green. HEX triplet: 2F, B1 and 7E. RGB value is (47,177,126). Sum of RGB (Red+Green+Blue) = 47+177+126=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB17E is #D04E81. Grayscale: #848484. Windows color (decimal): -13651586 or 8302895. OLE color: 8302895.

HSL color Cylindrical-coordinate representation of color #2FB17E: hue angle of 156.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB17E is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB47177126-
CMYK0.7300.290.31
HSL156.46º58.04%43.92%-
HSV(B)156.46º73.45%69.41%-
XYZ20.6633.5525.13-
YUV132.32124.4367.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.43%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 126 (49.61% from 255) = 36%
R=13.43%
G=50.57%
B=36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771260.7300.290.31156.4658.0443.92
Hex2FB17E4901D1F9c3a2c
Octal57261176111035372347254
Binary10111110110001111111010010010111011111110011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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