Html Css Color HEX #2FBC81 Jungle Green

📋 copy color: '#2FBC81'

red 47 ◦ green 188 ◦ blue 129

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

Shades of Jungle Green #2FBC81

Tints of Jungle Green #2FBC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 12.91%
G = 51.65%
B = 35.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#2FBC81 (or 0x2FBC81) is known color: Jungle Green. HEX triplet: 2F, BC and 81. RGB value is (47,188,129). Sum of RGB (Red+Green+Blue) = 47+188+129=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC81 is #D0437E. Grayscale: #8B8B8B. Windows color (decimal): -13648767 or 8502319. OLE color: 8502319.

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

Color convert

RGB 47 188 129 -
CMYK 0.75 0 0.31 0.26
HSL 154.89º 0.6% 0.46% -
HSV(B) 154.89º 0.75% 0.74% -
XYZ 23.12 38.16 26.92 -
YUV 139.12 122.29 62.3 -
System Red Green Blue C M Y K H S L
Decimal 47 188 129 0.75 0 0.31 0.26 154.89 0.6 0.46
Hex 2F BC 81 4B 0 1F 1A 9B 3C 2E
Octal 57 274 201 113 0 37 32 233 74 56
Binary 101111 10111100 10000001 1001011 0 11111 11010 10011011 111100 101110

Color Harmonies of #2FBC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC81

Black with #2FBC81

Text Example


Text Example

White with #2FBC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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