Html Css Color HEX #2FAD7F Jungle Green

📋 copy color: '#2FAD7F'

red 47 ◦ green 173 ◦ blue 127

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

Shades of Jungle Green #2FAD7F

Tints of Jungle Green #2FAD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 13.54%
G = 49.86%
B = 36.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#2FAD7F (or 0x2FAD7F) is known color: Jungle Green. HEX triplet: 2F, AD and 7F. RGB value is (47,173,127). Sum of RGB (Red+Green+Blue) = 47+173+127=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAD7F is #D05280. Grayscale: #828282. Windows color (decimal): -13652609 or 8367407. OLE color: 8367407.

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

Color convert

RGB 47 173 127 -
CMYK 0.73 0 0.27 0.32
HSL 158.1º 0.57% 0.43% -
HSV(B) 158.1º 0.73% 0.68% -
XYZ 19.95 32.02 25.21 -
YUV 130.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 47 173 127 0.73 0 0.27 0.32 158.1 0.57 0.43
Hex 2F AD 7F 49 0 1B 20 9E 39 2B
Octal 57 255 177 111 0 33 40 236 71 53
Binary 101111 10101101 1111111 1001001 0 11011 100000 10011110 111001 101011

Color Harmonies of #2FAD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD7F

Black with #2FAD7F

Text Example


Text Example

White with #2FAD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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