Html Css Color HEX #2FBE89 Jungle Green

📋 copy color: '#2FBE89'

red 47 ◦ green 190 ◦ blue 137

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

Shades of Jungle Green #2FBE89

Tints of Jungle Green #2FBE89

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.8%

 BLUE value IS 137 (53.91% from 255) = 36.63%

R = 12.57%
G = 50.8%
B = 36.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#2FBE89 (or 0x2FBE89) is known color: Jungle Green. HEX triplet: 2F, BE and 89. RGB value is (47,190,137). Sum of RGB (Red+Green+Blue) = 47+190+137=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE89 is #D04176. Grayscale: #8D8D8D. Windows color (decimal): -13648247 or 9027119. OLE color: 9027119.

HSL color Cylindrical-coordinate representation of color #2FBE89: hue angle of 157.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE89 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 190 137 -
CMYK 0.75 0 0.28 0.25
HSL 157.76º 0.6% 0.46% -
HSV(B) 157.76º 0.75% 0.75% -
XYZ 24.1 39.24 29.97 -
YUV 141.2 125.62 60.81 -
System Red Green Blue C M Y K H S L
Decimal 47 190 137 0.75 0 0.28 0.25 157.76 0.6 0.46
Hex 2F BE 89 4B 0 1C 19 9E 3C 2E
Octal 57 276 211 113 0 34 31 236 74 56
Binary 101111 10111110 10001001 1001011 0 11100 11001 10011110 111100 101110

Color Harmonies of #2FBE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE89

Black with #2FBE89

Text Example


Text Example

White with #2FBE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,137); }

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

background-color css

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

 a { background-color: rgb(47,190,137); }

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

border-color css

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

 span { border-color: rgb(47,190,137); }

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