#2FB38A

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

Shades of Jungle Green #2FB38A

Tints of Jungle Green #2FB38A

Color information

#2FB38A (or 0x2FB38A) is unknown color: approx Jungle Green. HEX triplet: 2F, B3 and 8A. RGB value is (47,179,138). Sum of RGB (Red+Green+Blue) = 47+179+138=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB38A is #D04C75. Grayscale: #868686. Windows color (decimal): -13651062 or 9089839. OLE color: 9089839.

HSL color Cylindrical-coordinate representation of color #2FB38A: hue angle of 161.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB38A is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB47179138-
CMYK0.7400.230.30
HSL161.36º58.41%44.31%-
HSV(B)161.36º73.74%70.2%-
XYZ21.8834.6829.59-
YUV134.86129.7765.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.91%
GREEN value IS 179 (70.31% from 255) = 49.18%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=12.91%
G=49.18%
B=37.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471791380.7400.230.30161.3658.4144.31
Hex2FB38A4A0171Ea13a2c
Octal57263212112027362417254
Binary101111101100111000101010010100101111111010100001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,179,138); }

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

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

 a { background-color: rgb(47,179,138); }

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

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

 span { border-color: rgb(47,179,138); }

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