Html Css Color HEX #2FB289 Jungle Green

📋 copy color: '#2FB289'

red 47 ◦ green 178 ◦ blue 137

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

Shades of Jungle Green #2FB289

Tints of Jungle Green #2FB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.17%

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

R = 12.98%
G = 49.17%
B = 37.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#2FB289 (or 0x2FB289) is known color: Jungle Green. HEX triplet: 2F, B2 and 89. RGB value is (47,178,137). Sum of RGB (Red+Green+Blue) = 47+178+137=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB289 is #D04D76. Grayscale: #868686. Windows color (decimal): -13651319 or 9024047. OLE color: 9024047.

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

Color convert

RGB 47 178 137 -
CMYK 0.74 0 0.23 0.30
HSL 161.22º 0.58% 0.44% -
HSV(B) 161.22º 0.74% 0.7% -
XYZ 21.61 34.25 29.14 -
YUV 134.16 129.6 65.83 -
System Red Green Blue C M Y K H S L
Decimal 47 178 137 0.74 0 0.23 0.30 161.22 0.58 0.44
Hex 2F B2 89 4A 0 17 1E A1 3A 2C
Octal 57 262 211 112 0 27 36 241 72 54
Binary 101111 10110010 10001001 1001010 0 10111 11110 10100001 111010 101100

Color Harmonies of #2FB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB289

Black with #2FB289

Text Example


Text Example

White with #2FB289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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