#2FBB82

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

Shades of Jungle Green #2FBB82

Tints of Jungle Green #2FBB82

Color information

#2FBB82 (or 0x2FBB82) is unknown color: approx Jungle Green. HEX triplet: 2F, BB and 82. RGB value is (47,187,130). Sum of RGB (Red+Green+Blue) = 47+187+130=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBB82 is #D0447D. Grayscale: #8A8A8A. Windows color (decimal): -13649022 or 8567599. OLE color: 8567599.

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

Color convert

RGB47187130-
CMYK0.7500.300.27
HSL155.57º59.83%45.88%-
HSV(B)155.57º74.87%73.33%-
XYZ22.9737.7627.2-
YUV138.64123.1262.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.91%
GREEN value IS 187 (73.44% from 255) = 51.37%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=12.91%
G=51.37%
B=35.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471871300.7500.300.27155.5759.8345.88
Hex2FBB824B01E1B9c3c2e
Octal57273202113036332347456
Binary101111101110111000001010010110111101101110011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,187,130); }

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

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

 a { background-color: rgb(47,187,130); }

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

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

 span { border-color: rgb(47,187,130); }

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