Html Css Color HEX #2FB187 Jungle Green

📋 copy color: '#2FB187'

red 47 ◦ green 177 ◦ blue 135

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

Shades of Jungle Green #2FB187

Tints of Jungle Green #2FB187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.3%

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 13.09%
G = 49.3%
B = 37.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#2FB187 (or 0x2FB187) is known color: Jungle Green. HEX triplet: 2F, B1 and 87. RGB value is (47,177,135). Sum of RGB (Red+Green+Blue) = 47+177+135=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB187 is #D04E78. Grayscale: #858585. Windows color (decimal): -13651577 or 8892719. OLE color: 8892719.

HSL color Cylindrical-coordinate representation of color #2FB187: hue angle of 160.62º 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 #2FB187 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 135 -
CMYK 0.73 0 0.24 0.31
HSL 160.62º 0.58% 0.44% -
HSV(B) 160.62º 0.73% 0.69% -
XYZ 21.27 33.8 28.32 -
YUV 133.34 128.93 66.42 -
System Red Green Blue C M Y K H S L
Decimal 47 177 135 0.73 0 0.24 0.31 160.62 0.58 0.44
Hex 2F B1 87 49 0 18 1F A1 3A 2C
Octal 57 261 207 111 0 30 37 241 72 54
Binary 101111 10110001 10000111 1001001 0 11000 11111 10100001 111010 101100

Color Harmonies of #2FB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB187

Black with #2FB187

Text Example


Text Example

White with #2FB187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,135); }

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

background-color css

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

 a { background-color: rgb(47,177,135); }

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

border-color css

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

 span { border-color: rgb(47,177,135); }

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