#2FB68D

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

Shades of Jungle Green #2FB68D

Tints of Jungle Green #2FB68D

Color information

#2FB68D (or 0x2FB68D) is unknown color: approx Jungle Green. HEX triplet: 2F, B6 and 8D. RGB value is (47,182,141). Sum of RGB (Red+Green+Blue) = 47+182+141=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB68D is #D04972. Grayscale: #888888. Windows color (decimal): -13650291 or 9287215. OLE color: 9287215.

HSL color Cylindrical-coordinate representation of color #2FB68D: hue angle of 161.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB68D is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB47182141-
CMYK0.7400.230.29
HSL161.78º58.95%44.9%-
HSV(B)161.78º74.18%71.37%-
XYZ22.7135.9830.95-
YUV136.96130.2763.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.70%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=12.70%
G=49.19%
B=38.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471821410.7400.230.29161.7858.9544.9
Hex2FB68D4A0171Da23b2d
Octal57266215112027352427355
Binary101111101101101000110110010100101111110110100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,182,141); }

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

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

 a { background-color: rgb(47,182,141); }

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

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

 span { border-color: rgb(47,182,141); }

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