#2FB787

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

Shades of Jungle Green #2FB787

Tints of Jungle Green #2FB787

Color information

#2FB787 (or 0x2FB787) is unknown color: approx Jungle Green. HEX triplet: 2F, B7 and 87. RGB value is (47,183,135). Sum of RGB (Red+Green+Blue) = 47+183+135=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB787 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB787 is #D04878. Grayscale: #888888. Windows color (decimal): -13650041 or 8894255. OLE color: 8894255.

HSL color Cylindrical-coordinate representation of color #2FB787: hue angle of 158.82º 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 #2FB787 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB47183135-
CMYK0.7400.260.28
HSL158.82º59.13%45.1%-
HSV(B)158.82º74.32%71.76%-
XYZ22.4836.2228.73-
YUV136.86126.9463.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.88%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=12.88%
G=50.14%
B=36.99%

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
Decimal471831350.7400.260.28158.8259.1345.1
Hex2FB7874A01A1C9f3b2d
Octal57267207112032342377355
Binary101111101101111000011110010100110101110010011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,183,135); }

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

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

 a { background-color: rgb(47,183,135); }

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

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

 span { border-color: rgb(47,183,135); }

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