Html Css Color HEX #2FB38D Jungle Green

📋 copy color: '#2FB38D'

red 47 ◦ green 179 ◦ blue 141

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

Shades of Jungle Green #2FB38D

Tints of Jungle Green #2FB38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 12.81%
G = 48.77%
B = 38.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#2FB38D (or 0x2FB38D) is known color: Jungle Green. HEX triplet: 2F, B3 and 8D. RGB value is (47,179,141). Sum of RGB (Red+Green+Blue) = 47+179+141=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB38D is #D04C72. Grayscale: #878787. Windows color (decimal): -13651059 or 9286447. OLE color: 9286447.

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

Color convert

RGB 47 179 141 -
CMYK 0.74 0 0.21 0.30
HSL 162.73º 0.58% 0.44% -
HSV(B) 162.73º 0.74% 0.7% -
XYZ 22.1 34.77 30.75 -
YUV 135.2 131.27 65.09 -
System Red Green Blue C M Y K H S L
Decimal 47 179 141 0.74 0 0.21 0.30 162.73 0.58 0.44
Hex 2F B3 8D 4A 0 15 1E A3 3A 2C
Octal 57 263 215 112 0 25 36 243 72 54
Binary 101111 10110011 10001101 1001010 0 10101 11110 10100011 111010 101100

Color Harmonies of #2FB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB38D

Black with #2FB38D

Text Example


Text Example

White with #2FB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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