Html Css Color HEX #1FA374 Jungle Green

📋 copy color: '#1FA374'

red 31 ◦ green 163 ◦ blue 116

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

Shades of Jungle Green #1FA374

Tints of Jungle Green #1FA374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 10%
G = 52.58%
B = 37.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#1FA374 (or 0x1FA374) is known color: Jungle Green. HEX triplet: 1F, A3 and 74. RGB value is (31,163,116). Sum of RGB (Red+Green+Blue) = 31+163+116=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA374 is #E05C8B. Grayscale: #767676. Windows color (decimal): -14703756 or 7643935. OLE color: 7643935.

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

Color convert

RGB 31 163 116 -
CMYK 0.81 0 0.29 0.36
HSL 158.64º 0.68% 0.38% -
HSV(B) 158.64º 0.81% 0.64% -
XYZ 16.81 27.75 20.99 -
YUV 118.17 126.77 65.82 -
System Red Green Blue C M Y K H S L
Decimal 31 163 116 0.81 0 0.29 0.36 158.64 0.68 0.38
Hex 1F A3 74 51 0 1D 24 9F 44 26
Octal 37 243 164 121 0 35 44 237 104 46
Binary 11111 10100011 1110100 1010001 0 11101 100100 10011111 1000100 100110

Color Harmonies of #1FA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA374

Black with #1FA374

Text Example


Text Example

White with #1FA374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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