Html Css Color HEX #2FAD8A Jungle Green

📋 copy color: '#2FAD8A'

red 47 ◦ green 173 ◦ blue 138

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

Shades of Jungle Green #2FAD8A

Tints of Jungle Green #2FAD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.32%

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

R = 13.13%
G = 48.32%
B = 38.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#2FAD8A (or 0x2FAD8A) is known color: Jungle Green. HEX triplet: 2F, AD and 8A. RGB value is (47,173,138). Sum of RGB (Red+Green+Blue) = 47+173+138=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAD8A is #D05275. Grayscale: #838383. Windows color (decimal): -13652598 or 9088303. OLE color: 9088303.

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

Color convert

RGB 47 173 138 -
CMYK 0.73 0 0.20 0.32
HSL 163.33º 0.57% 0.43% -
HSV(B) 163.33º 0.73% 0.68% -
XYZ 20.7 32.33 29.19 -
YUV 131.34 131.76 67.85 -
System Red Green Blue C M Y K H S L
Decimal 47 173 138 0.73 0 0.20 0.32 163.33 0.57 0.43
Hex 2F AD 8A 49 0 14 20 A3 39 2B
Octal 57 255 212 111 0 24 40 243 71 53
Binary 101111 10101101 10001010 1001001 0 10100 100000 10100011 111001 101011

Color Harmonies of #2FAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD8A

Black with #2FAD8A

Text Example


Text Example

White with #2FAD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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