#2FB083

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

Shades of Jungle Green #2FB083

Tints of Jungle Green #2FB083

Color information

#2FB083 (or 0x2FB083) is unknown color: approx Jungle Green. HEX triplet: 2F, B0 and 83. RGB value is (47,176,131). Sum of RGB (Red+Green+Blue) = 47+176+131=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB083 is #D04F7C. Grayscale: #848484. Windows color (decimal): -13651837 or 8630319. OLE color: 8630319.

HSL color Cylindrical-coordinate representation of color #2FB083: hue angle of 159.07º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB083 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB47176131-
CMYK0.7300.260.31
HSL159.07º57.85%43.73%-
HSV(B)159.07º73.3%69.02%-
XYZ20.7933.2926.8-
YUV132.3127.2667.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.28%
GREEN value IS 176 (69.14% from 255) = 49.72%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=13.28%
G=49.72%
B=37.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471761310.7300.260.31159.0757.8543.73
Hex2FB0834901A1F9f3a2c
Octal57260203111032372377254
Binary101111101100001000001110010010110101111110011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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