Html Css Color HEX #1FA376 Jungle Green

📋 copy color: '#1FA376'

red 31 ◦ green 163 ◦ blue 118

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

Shades of Jungle Green #1FA376

Tints of Jungle Green #1FA376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 9.94%
G = 52.24%
B = 37.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#1FA376 (or 0x1FA376) is known color: Jungle Green. HEX triplet: 1F, A3 and 76. RGB value is (31,163,118). Sum of RGB (Red+Green+Blue) = 31+163+118=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA376 is #E05C89. Grayscale: #767676. Windows color (decimal): -14703754 or 7775007. OLE color: 7775007.

HSL color Cylindrical-coordinate representation of color #1FA376: hue angle of 159.55º 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 #1FA376 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 163 118 -
CMYK 0.81 0 0.28 0.36
HSL 159.55º 0.68% 0.38% -
HSV(B) 159.55º 0.81% 0.64% -
XYZ 16.93 27.79 21.61 -
YUV 118.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 31 163 118 0.81 0 0.28 0.36 159.55 0.68 0.38
Hex 1F A3 76 51 0 1C 24 A0 44 26
Octal 37 243 166 121 0 34 44 240 104 46
Binary 11111 10100011 1110110 1010001 0 11100 100100 10100000 1000100 100110

Color Harmonies of #1FA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA376

Black with #1FA376

Text Example


Text Example

White with #1FA376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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