#2FBE86

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

Shades of Jungle Green #2FBE86

Tints of Jungle Green #2FBE86

Color information

#2FBE86 (or 0x2FBE86) is unknown color: approx Jungle Green. HEX triplet: 2F, BE and 86. RGB value is (47,190,134). Sum of RGB (Red+Green+Blue) = 47+190+134=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE86 is #D04179. Grayscale: #8C8C8C. Windows color (decimal): -13648250 or 8830511. OLE color: 8830511.

HSL color Cylindrical-coordinate representation of color #2FBE86: hue angle of 156.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE86 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB47190134-
CMYK0.7500.290.25
HSL156.5º60.34%46.47%-
HSV(B)156.5º75.26%74.51%-
XYZ23.8939.1528.85-
YUV140.86124.1261.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=12.67%
G=51.21%
B=36.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471901340.7500.290.25156.560.3446.47
Hex2FBE864B01D199d3c2e
Octal57276206113035312357456
Binary101111101111101000011010010110111011100110011101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,190,134); }

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

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

 a { background-color: rgb(47,190,134); }

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

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

 span { border-color: rgb(47,190,134); }

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