Html Css Color HEX #2FB08D Jungle Green

📋 copy color: '#2FB08D'

red 47 ◦ green 176 ◦ blue 141

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

Shades of Jungle Green #2FB08D

Tints of Jungle Green #2FB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.35%

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

R = 12.91%
G = 48.35%
B = 38.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#2FB08D (or 0x2FB08D) is known color: Jungle Green. HEX triplet: 2F, B0 and 8D. RGB value is (47,176,141). Sum of RGB (Red+Green+Blue) = 47+176+141=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB08D is #D04F72. Grayscale: #858585. Windows color (decimal): -13651827 or 9285679. OLE color: 9285679.

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

Color convert

RGB 47 176 141 -
CMYK 0.73 0 0.20 0.31
HSL 163.72º 0.58% 0.44% -
HSV(B) 163.72º 0.73% 0.69% -
XYZ 21.51 33.58 30.55 -
YUV 133.44 132.26 66.35 -
System Red Green Blue C M Y K H S L
Decimal 47 176 141 0.73 0 0.20 0.31 163.72 0.58 0.44
Hex 2F B0 8D 49 0 14 1F A4 3A 2C
Octal 57 260 215 111 0 24 37 244 72 54
Binary 101111 10110000 10001101 1001001 0 10100 11111 10100100 111010 101100

Color Harmonies of #2FB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB08D

Black with #2FB08D

Text Example


Text Example

White with #2FB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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