Html Css Color HEX #2FB37C Jungle Green

📋 copy color: '#2FB37C'

red 47 ◦ green 179 ◦ blue 124

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

Shades of Jungle Green #2FB37C

Tints of Jungle Green #2FB37C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.14%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 13.43%
G = 51.14%
B = 35.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#2FB37C (or 0x2FB37C) is known color: Jungle Green. HEX triplet: 2F, B3 and 7C. RGB value is (47,179,124). Sum of RGB (Red+Green+Blue) = 47+179+124=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB37C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB37C is #D04C83. Grayscale: #858585. Windows color (decimal): -13651076 or 8172335. OLE color: 8172335.

HSL color Cylindrical-coordinate representation of color #2FB37C: hue angle of 155º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB37C is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 124 -
CMYK 0.74 0 0.31 0.30
HSL 155º 0.58% 0.44% -
HSV(B) 155º 0.74% 0.7% -
XYZ 20.93 34.3 24.59 -
YUV 133.26 122.77 66.47 -
System Red Green Blue C M Y K H S L
Decimal 47 179 124 0.74 0 0.31 0.30 155 0.58 0.44
Hex 2F B3 7C 4A 0 1F 1E 9B 3A 2C
Octal 57 263 174 112 0 37 36 233 72 54
Binary 101111 10110011 1111100 1001010 0 11111 11110 10011011 111010 101100

Color Harmonies of #2FB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB37C

Black with #2FB37C

Text Example


Text Example

White with #2FB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,124); }

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

background-color css

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

 a { background-color: rgb(47,179,124); }

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

border-color css

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

 span { border-color: rgb(47,179,124); }

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