#2FB888

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

Shades of Jungle Green #2FB888

Tints of Jungle Green #2FB888

Color information

#2FB888 (or 0x2FB888) is unknown color: approx Jungle Green. HEX triplet: 2F, B8 and 88. RGB value is (47,184,136). Sum of RGB (Red+Green+Blue) = 47+184+136=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB888 is #D04777. Grayscale: #898989. Windows color (decimal): -13649784 or 8960047. OLE color: 8960047.

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

Color convert

RGB47184136-
CMYK0.7400.260.28
HSL158.98º59.31%45.29%-
HSV(B)158.98º74.46%72.16%-
XYZ22.7636.6629.17-
YUV137.56127.1163.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.81%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=12.81%
G=50.14%
B=37.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471841360.7400.260.28158.9859.3145.29
Hex2FB8884A01A1C9f3b2d
Octal57270210112032342377355
Binary101111101110001000100010010100110101110010011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,184,136); }

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

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

 a { background-color: rgb(47,184,136); }

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

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

 span { border-color: rgb(47,184,136); }

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