Html Css Color HEX #2FAF7D Jungle Green

📋 copy color: '#2FAF7D'

red 47 ◦ green 175 ◦ blue 125

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

Shades of Jungle Green #2FAF7D

Tints of Jungle Green #2FAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.43%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 13.54%
G = 50.43%
B = 36.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#2FAF7D (or 0x2FAF7D) is known color: Jungle Green. HEX triplet: 2F, AF and 7D. RGB value is (47,175,125). Sum of RGB (Red+Green+Blue) = 47+175+125=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF7D is #D05082. Grayscale: #838383. Windows color (decimal): -13652099 or 8236847. OLE color: 8236847.

HSL color Cylindrical-coordinate representation of color #2FAF7D: hue angle of 156.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF7D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 125 -
CMYK 0.73 0 0.29 0.31
HSL 156.56º 0.58% 0.44% -
HSV(B) 156.56º 0.73% 0.69% -
XYZ 20.2 32.74 24.66 -
YUV 131.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 47 175 125 0.73 0 0.29 0.31 156.56 0.58 0.44
Hex 2F AF 7D 49 0 1D 1F 9D 3A 2C
Octal 57 257 175 111 0 35 37 235 72 54
Binary 101111 10101111 1111101 1001001 0 11101 11111 10011101 111010 101100

Color Harmonies of #2FAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF7D

Black with #2FAF7D

Text Example


Text Example

White with #2FAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,125); }

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

background-color css

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

 a { background-color: rgb(47,175,125); }

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

border-color css

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

 span { border-color: rgb(47,175,125); }

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