Html Css Color HEX #2FB48F Jungle Green

📋 copy color: '#2FB48F'

red 47 ◦ green 180 ◦ blue 143

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

Shades of Jungle Green #2FB48F

Tints of Jungle Green #2FB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 12.7%
G = 48.65%
B = 38.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#2FB48F (or 0x2FB48F) is known color: Jungle Green. HEX triplet: 2F, B4 and 8F. RGB value is (47,180,143). Sum of RGB (Red+Green+Blue) = 47+180+143=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB48F is #D04B70. Grayscale: #888888. Windows color (decimal): -13650801 or 9417775. OLE color: 9417775.

HSL color Cylindrical-coordinate representation of color #2FB48F: hue angle of 163.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB48F is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 143 -
CMYK 0.74 0 0.21 0.29
HSL 163.31º 0.59% 0.45% -
HSV(B) 163.31º 0.74% 0.71% -
XYZ 22.45 35.23 31.6 -
YUV 136.02 131.94 64.51 -
System Red Green Blue C M Y K H S L
Decimal 47 180 143 0.74 0 0.21 0.29 163.31 0.59 0.45
Hex 2F B4 8F 4A 0 15 1D A3 3B 2D
Octal 57 264 217 112 0 25 35 243 73 55
Binary 101111 10110100 10001111 1001010 0 10101 11101 10100011 111011 101101

Color Harmonies of #2FB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB48F

Black with #2FB48F

Text Example


Text Example

White with #2FB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,180,143); }

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

background-color css

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

 a { background-color: rgb(47,180,143); }

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

border-color css

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

 span { border-color: rgb(47,180,143); }

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