Html Css Color HEX #1FA377 Jungle Green

📋 copy color: '#1FA377'

red 31 ◦ green 163 ◦ blue 119

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

Shades of Jungle Green #1FA377

Tints of Jungle Green #1FA377

RGB

 RED value IS 31 (12.5% from 255) = 9.9%

 GREEN value IS 163 (64.06% from 255) = 52.08%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 9.9%
G = 52.08%
B = 38.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#1FA377 (or 0x1FA377) is known color: Jungle Green. HEX triplet: 1F, A3 and 77. RGB value is (31,163,119). Sum of RGB (Red+Green+Blue) = 31+163+119=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA377 is #E05C88. Grayscale: #767676. Windows color (decimal): -14703753 or 7840543. OLE color: 7840543.

HSL color Cylindrical-coordinate representation of color #1FA377: hue angle of 160º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA377 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 163 119 -
CMYK 0.81 0 0.27 0.36
HSL 160º 0.68% 0.38% -
HSV(B) 160º 0.81% 0.64% -
XYZ 16.99 27.82 21.93 -
YUV 118.52 128.27 65.58 -
System Red Green Blue C M Y K H S L
Decimal 31 163 119 0.81 0 0.27 0.36 160 0.68 0.38
Hex 1F A3 77 51 0 1B 24 A0 44 26
Octal 37 243 167 121 0 33 44 240 104 46
Binary 11111 10100011 1110111 1010001 0 11011 100100 10100000 1000100 100110

Color Harmonies of #1FA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA377

Black with #1FA377

Text Example


Text Example

White with #1FA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FA377; }

 p { color: rgb(31,163,119); }

 H1.HeaderClassName
 {
   color: #1FA377;
 }
 .AnyTagClassName
 {
   color: #1FA377;
 }
</style>

background-color css

<style>
 a { background-color: #1FA377; }

 a { background-color: rgb(31,163,119); }

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

border-color css

<style>
 span { border-color: #1FA377; }

 span { border-color: rgb(31,163,119); }

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