Html Css Color HEX #2FAB8A Jungle Green

📋 copy color: '#2FAB8A'

red 47 ◦ green 171 ◦ blue 138

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

Shades of Jungle Green #2FAB8A

Tints of Jungle Green #2FAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 13.2%
G = 48.03%
B = 38.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#2FAB8A (or 0x2FAB8A) is known color: Jungle Green. HEX triplet: 2F, AB and 8A. RGB value is (47,171,138). Sum of RGB (Red+Green+Blue) = 47+171+138=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAB8A is #D05475. Grayscale: #828282. Windows color (decimal): -13653110 or 9087791. OLE color: 9087791.

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

Color convert

RGB 47 171 138 -
CMYK 0.73 0 0.19 0.33
HSL 164.03º 0.57% 0.43% -
HSV(B) 164.03º 0.73% 0.67% -
XYZ 20.32 31.57 29.07 -
YUV 130.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 47 171 138 0.73 0 0.19 0.33 164.03 0.57 0.43
Hex 2F AB 8A 49 0 13 21 A4 39 2B
Octal 57 253 212 111 0 23 41 244 71 53
Binary 101111 10101011 10001010 1001001 0 10011 100001 10100100 111001 101011

Color Harmonies of #2FAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB8A

Black with #2FAB8A

Text Example


Text Example

White with #2FAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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