Html Css Color HEX #2FAB7C Jungle Green

📋 copy color: '#2FAB7C'

red 47 ◦ green 171 ◦ blue 124

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

Shades of Jungle Green #2FAB7C

Tints of Jungle Green #2FAB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 13.74%
G = 50%
B = 36.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#2FAB7C (or 0x2FAB7C) is known color: Jungle Green. HEX triplet: 2F, AB and 7C. RGB value is (47,171,124). Sum of RGB (Red+Green+Blue) = 47+171+124=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB7C is #D05483. Grayscale: #808080. Windows color (decimal): -13653124 or 8170287. OLE color: 8170287.

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

Color convert

RGB 47 171 124 -
CMYK 0.73 0 0.27 0.33
HSL 157.26º 0.57% 0.43% -
HSV(B) 157.26º 0.73% 0.67% -
XYZ 19.37 31.19 24.07 -
YUV 128.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 47 171 124 0.73 0 0.27 0.33 157.26 0.57 0.43
Hex 2F AB 7C 49 0 1B 21 9D 39 2B
Octal 57 253 174 111 0 33 41 235 71 53
Binary 101111 10101011 1111100 1001001 0 11011 100001 10011101 111001 101011

Color Harmonies of #2FAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB7C

Black with #2FAB7C

Text Example


Text Example

White with #2FAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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