Html Css Color HEX #2FAB89 Jungle Green

📋 copy color: '#2FAB89'

red 47 ◦ green 171 ◦ blue 137

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

Shades of Jungle Green #2FAB89

Tints of Jungle Green #2FAB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

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

R = 13.24%
G = 48.17%
B = 38.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#2FAB89 (or 0x2FAB89) is known color: Jungle Green. HEX triplet: 2F, AB and 89. RGB value is (47,171,137). Sum of RGB (Red+Green+Blue) = 47+171+137=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAB89 is #D05476. Grayscale: #828282. Windows color (decimal): -13653111 or 9022255. OLE color: 9022255.

HSL color Cylindrical-coordinate representation of color #2FAB89: hue angle of 163.55º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB89 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 137 -
CMYK 0.73 0 0.20 0.33
HSL 163.55º 0.57% 0.43% -
HSV(B) 163.55º 0.73% 0.67% -
XYZ 20.25 31.54 28.69 -
YUV 130.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 47 171 137 0.73 0 0.20 0.33 163.55 0.57 0.43
Hex 2F AB 89 49 0 14 21 A4 39 2B
Octal 57 253 211 111 0 24 41 244 71 53
Binary 101111 10101011 10001001 1001001 0 10100 100001 10100100 111001 101011

Color Harmonies of #2FAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB89

Black with #2FAB89

Text Example


Text Example

White with #2FAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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