#2FBF83

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

Shades of Jungle Green #2FBF83

Tints of Jungle Green #2FBF83

Color information

#2FBF83 (or 0x2FBF83) is unknown color: approx Jungle Green. HEX triplet: 2F, BF and 83. RGB value is (47,191,131). Sum of RGB (Red+Green+Blue) = 47+191+131=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBF83 is #D0407C. Grayscale: #8D8D8D. Windows color (decimal): -13647997 or 8634159. OLE color: 8634159.

HSL color Cylindrical-coordinate representation of color #2FBF83: hue angle of 155º 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 #2FBF83 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB47191131-
CMYK0.7500.310.25
HSL155º60.5%46.67%-
HSV(B)155º75.39%74.9%-
XYZ23.939.527.84-
YUV141.1122.2960.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.74%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=12.74%
G=51.76%
B=35.50%

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
Decimal471911310.7500.310.2515560.546.67
Hex2FBF834B01F199b3d2f
Octal57277203113037312337557
Binary101111101111111000001110010110111111100110011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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