#2FBF84

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

Shades of Jungle Green #2FBF84

Tints of Jungle Green #2FBF84

Color information

#2FBF84 (or 0x2FBF84) is unknown color: approx Jungle Green. HEX triplet: 2F, BF and 84. RGB value is (47,191,132). Sum of RGB (Red+Green+Blue) = 47+191+132=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBF84 is #D0407B. Grayscale: #8D8D8D. Windows color (decimal): -13647996 or 8699695. OLE color: 8699695.

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

Color convert

RGB47191132-
CMYK0.7500.310.25
HSL155.42º60.5%46.67%-
HSV(B)155.42º75.39%74.9%-
XYZ23.9739.5328.2-
YUV141.22122.7960.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.70%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=12.70%
G=51.62%
B=35.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471911320.7500.310.25155.4260.546.67
Hex2FBF844B01F199b3d2f
Octal57277204113037312337557
Binary101111101111111000010010010110111111100110011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,191,132); }

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

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

 a { background-color: rgb(47,191,132); }

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

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

 span { border-color: rgb(47,191,132); }

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