Html Css Color HEX #2FBC80 Jungle Green

📋 copy color: '#2FBC80'

red 47 ◦ green 188 ◦ blue 128

#2FBC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2FBC80

Tints of Jungle Green #2FBC80

RGB

 RED value IS 47 (18.75% from 255) = 12.95%

 GREEN value IS 188 (73.83% from 255) = 51.79%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 12.95%
G = 51.79%
B = 35.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#2FBC80 (or 0x2FBC80) is known color: Jungle Green. HEX triplet: 2F, BC and 80. RGB value is (47,188,128). Sum of RGB (Red+Green+Blue) = 47+188+128=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC80 is #D0437F. Grayscale: #8B8B8B. Windows color (decimal): -13648768 or 8436783. OLE color: 8436783.

HSL color Cylindrical-coordinate representation of color #2FBC80: hue angle of 154.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC80 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 188 128 -
CMYK 0.75 0 0.32 0.26
HSL 154.47º 0.6% 0.46% -
HSV(B) 154.47º 0.75% 0.74% -
XYZ 23.05 38.13 26.57 -
YUV 139 121.79 62.38 -
System Red Green Blue C M Y K H S L
Decimal 47 188 128 0.75 0 0.32 0.26 154.47 0.6 0.46
Hex 2F BC 80 4B 0 20 1A 9A 3C 2E
Octal 57 274 200 113 0 40 32 232 74 56
Binary 101111 10111100 10000000 1001011 0 100000 11010 10011010 111100 101110

Color Harmonies of #2FBC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC80

Black with #2FBC80

Text Example


Text Example

White with #2FBC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,128); }

 H1.HeaderClassName
 {
   color: #2FBC80;
 }
 .AnyTagClassName
 {
   color: #2FBC80;
 }
</style>

background-color css

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

 a { background-color: rgb(47,188,128); }

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

border-color css

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

 span { border-color: rgb(47,188,128); }

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