Html Css Color HEX #2FB37D Jungle Green

📋 copy color: '#2FB37D'

red 47 ◦ green 179 ◦ blue 125

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

Shades of Jungle Green #2FB37D

Tints of Jungle Green #2FB37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 13.39%
G = 51%
B = 35.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#2FB37D (or 0x2FB37D) is known color: Jungle Green. HEX triplet: 2F, B3 and 7D. RGB value is (47,179,125). Sum of RGB (Red+Green+Blue) = 47+179+125=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB37D is #D04C82. Grayscale: #858585. Windows color (decimal): -13651075 or 8237871. OLE color: 8237871.

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

Color convert

RGB 47 179 125 -
CMYK 0.74 0 0.30 0.30
HSL 155.45º 0.58% 0.44% -
HSV(B) 155.45º 0.74% 0.7% -
XYZ 20.99 34.33 24.92 -
YUV 133.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 47 179 125 0.74 0 0.30 0.30 155.45 0.58 0.44
Hex 2F B3 7D 4A 0 1E 1E 9B 3A 2C
Octal 57 263 175 112 0 36 36 233 72 54
Binary 101111 10110011 1111101 1001010 0 11110 11110 10011011 111010 101100

Color Harmonies of #2FB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB37D

Black with #2FB37D

Text Example


Text Example

White with #2FB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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