#2FB47E

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

Shades of Jungle Green #2FB47E

Tints of Jungle Green #2FB47E

Color information

#2FB47E (or 0x2FB47E) is unknown color: approx Jungle Green. HEX triplet: 2F, B4 and 7E. RGB value is (47,180,126). Sum of RGB (Red+Green+Blue) = 47+180+126=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB47E is #D04B81. Grayscale: #868686. Windows color (decimal): -13650818 or 8303663. OLE color: 8303663.

HSL color Cylindrical-coordinate representation of color #2FB47E: hue angle of 155.64º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB47E is Cyan = 0.74, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB47180126-
CMYK0.7400.30.29
HSL155.64º58.59%44.51%-
HSV(B)155.64º73.89%70.59%-
XYZ21.2634.7525.33-
YUV134.08123.4465.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.31%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=13.31%
G=50.99%
B=35.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801260.7400.30.29155.6458.5944.51
Hex2FB47E4A01E1D9c3b2d
Octal57264176112036352347355
Binary10111110110100111111010010100111101110110011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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